mirror of
https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library.git
synced 2026-02-26 04:21:25 +01:00
8 lines
216 B
C
8 lines
216 B
C
// This is the basic config file that defines which
|
|
// LILYGO product you are compiling for
|
|
|
|
#define LILYGO_WATCH_2020_V1 // Use T-Watch2020
|
|
// #define LILYGO_WATCH_LVGL
|
|
|
|
#include <LilyGoWatch.h>
|