You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
1.1 KiB

6 years ago
6 years ago
  1. // => Hardware select
  2. // #define LILYGO_WATCH_2019_WITH_TOUCH // To use T-Watch2019 with touchscreen, please uncomment this line
  3. // #define LILYGO_WATCH_2019_NO_TOUCH // To use T-Watch2019 Not touchscreen , please uncomment this line
  4. // #define LILYGO_WATCH_BLOCK // To use T-Watch Block , please uncomment this line
  5. // #define LILYGO_WATCH_2020_V1 // To use T-Watch2020 V1, please uncomment this line
  6. // #define LILYGO_WATCH_2020_V2 // To use T-Watch2020 V2, please uncomment this line
  7. // #define LILYGO_WATCH_2020_V3 // To use T-Watch2020 V3, please uncomment this line
  8. #ifdef LILYGO_WATCH_BLOCK
  9. // => Function select
  10. // #define LILYGO_EINK_GDEH0154D67_BL //It is electronic paper with backlight
  11. // #define LILYGO_EINK_GDEH0154D67_TP //It is electronic paper with touchscreen
  12. // #define LILYGO_EINK_GDEP015OC1 //Single electronic paper, no backlight, no touch
  13. // #define LILYGO_GC9A01A_MODULE //Use GC9A01A
  14. #endif
  15. #include <LilyGoWatch.h>