Skip to content

hrgraf/TTGO_TWatch_Library

 
 

Repository files navigation

🌟LilyGO T-Watch🌟

English | 中文

⭐ News

  1. In order to be compatible with multiple versions of T-Watch, all examples include a config.h file. For the first use, you need to define the T-Watch model you use in the config.h file
  2. In the config.h file, you can also see similar definitions, such as LILYGO_WATCH_LVGL, LILYGO_WATCH_HAS_MOTOR, this type of definition, it will be responsible for opening the defined module function, all definitions Will be available here View
  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 TTGO.h, to understand how to initialize, after being familiar with it, you can completely leave this library for more advanced gameplay
  • About API, please check the source code
  • Example description
  • The latest factory firmware is made by sharandac/My-TTGO-Watch
  • In examples/LVGL/SimpleWatch of branch "hrg", you can find an animated Mickey Mouse watch. It is localized to German/Switzerland and does synchronize time from internet using NTP. Here is a screenshot:

screenshot

🚀 Characteristics

  1. The library already contains all the hardware drivers for T-Watch
  2. Using TFT_eSPI as the display driver, you can directly call TFT_eSPI through the construction object.
  3. Using lvgl v7.3.1 as the display graphics framework, the driver method has been implemented, you only need to call lvgl api according to your own needs.
  4. For the use of lvgl please refer to lvgl docs

🔷 Install

  • Install the Arduino IDE. Note: Later instructions may not work if you use Arduino via Flatpak.
  • Download a zipfile from github using the "Download ZIP" button and install it using the IDE ("Sketch" -> "Include Library" -> "Add .ZIP Library...", OR:
  • Clone this git repository into your sketchbook/libraries folder. For more info, see https://www.arduino.cc/en/Guide/Libraries

🔷 Note

🔶 How to find the sample program

  • T-Watch
  • In the Arduino board select TTGO T-Watch
  • In the Arduino File -> Examples -> TTGO_TWatch_Library
  • LilyPi
  • In the Arduino board select ESP32 Dev Module
  • In the Arduino File -> Examples -> TTGO_TWatch_Library

🔶 Precautions

  • T-Watch-2019 : Since Twatch uses a special IO as the SD interface, please remove the SD card when downloading the program.
  • LilyPi : Since Twatch uses a special IO as the SD interface, please remove the SD card when downloading the program.

🔷 Other

🔶 More interesting projects

Packages

No packages published

Languages

  • C 97.2%
  • C++ 2.7%
  • Other 0.1%