mirror of
https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library.git
synced 2026-03-10 01:56:57 +01:00
19 lines
404 B
C
19 lines
404 B
C
// => Hardware select
|
|
#define LILYGO_WATCH_BLOCK // To use T-Watch Block , 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_WATCH_HAS_MPR121
|
|
#define LILYGO_WATCH_HAS_BLACKLIGHT
|
|
|
|
#include <LilyGoWatch.h>
|
|
|
|
|
|
|
|
|