mirror of
https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library.git
synced 2026-03-05 07:44:11 +01:00
21 lines
654 B
C
21 lines
654 B
C
// => Hardware select
|
|
#define LILYGO_WATCH_BLOCK // To use T-Watch Block , please uncomment this line
|
|
// #define LILYGO_WATCH_BLOCK_V1 // To use T-Watch Block V1 , please uncomment this line
|
|
|
|
//NOT SUPPORT ...
|
|
// //#define LILYGO_WATCH_2020_V1
|
|
// #define LILYGO_WATCH_2019_WITH_TOUCH
|
|
// #define LILYGO_WATCH_2019_NO_TOUCH
|
|
//NOT SUPPORT ...
|
|
|
|
// => Function select
|
|
#define LILYGO_BLOCK_ST7796S_MODULE //Use ST7796S
|
|
// #define LILYGO_BLOCK_ILI9488_MODULE //Use ILI9488
|
|
#define LILYGO_WATCH_LVGL //To use LVGL, you need to enable the macro LVGL
|
|
|
|
#include <LilyGoWatch.h>
|
|
|
|
|
|
|
|
|