/T-Watch-2021

Primary LanguageCMIT LicenseMIT

🌟 T-Watch-2021🌟

Pinout

image

快速开始:

  1. 安装VSCODEPython
  2. 在VSCODE扩展中搜索PlatformIO插件并安装。
  3. 安装完成,重新加载后,左下角会多一个小房子图标,点击后即可显示Platformio IDE主页
  4. 点击文件->打开文件夹->选择software文件夹,点击左下角(√)符号进行编译 (→)代表上传.

Quick start:

  1. InstallVSCODEandPython
  2. Search for the PlatformIO plug-in in the VSCODE extension and install it.
  3. After the installation is complete and the reload is completed, there will be a small house icon in the lower left corner. Click to display the Platformio IDE home page
  4. Go to file - > Open folder - > Select the software folder and click the (√) symbol in the lower left corner to compile (→) for upload.
Product Product Link
T-Watch-2021 Taobao

Library

  1. Copy the TWatch_2021_Library folder to the D:\Users\Your account\Documents\Arduino\libraries directory.
  2. Select in Arduino -> Tools
  • board -> ESP32 Dev Module
  • Arduino Runs on -> Core 1
  • port -> Need to check the corresponding port in the task management area, remember to install the driver
  • Flash Mode -> QIO
  • Flash Size -> 8MB
  • PSRAM -> Enable

Other options are default or can be customized

  1. File -> Examples -> TWatch_2021_Library -> basicUnit

  2. The configuration file macro definition of this library is mainly in the TWatch_config.h and TWatch2021_V1.h files in the library.

  3. Most of the examples are only used as hardware function demonstrations. This library only completes some initialization work and some demonstrations. For more advanced gameplay, please see TWatch_hal.h, to understand how to initialize, after being familiar with it, you can completely leave this library for more advanced gameplay

To do

  1. Need to port V8 version of LVGL GUI support.
  2. Add more sample programs.
  3. Add WIFI and BLE fast interface.

Update log

2021.10.19

  • Add V0.0.1 version library