mirror of
https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library.git
synced 2026-03-06 16:16:56 +01:00
22 lines
397 B
C
22 lines
397 B
C
// => Hardware select
|
|
#define LILYGO_WATCH_2020_V2
|
|
|
|
|
|
// Only supports 2020 V2 version, other versions do not support
|
|
|
|
//NOT SUPPORT ...
|
|
// #define LILYGO_WATCH_2020_V1
|
|
// #define LILYGO_WATCH_2019_WITH_TOUCH
|
|
// #define LILYGO_WATCH_2019_NO_TOUCH
|
|
// #define LILYGO_WATCH_BLOCK
|
|
//NOT SUPPORT ...
|
|
|
|
// => Function select
|
|
#define LILYGO_WATCH_HAS_GPS
|
|
|
|
#include <LilyGoWatch.h>
|
|
|
|
|
|
|
|
|