first commit

This commit is contained in:
sharandac
2020-07-08 10:57:37 +02:00
parent 8e5cf58d48
commit dbe29b31b1
47 changed files with 17661 additions and 0 deletions

14
src/config.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef _CONFIG_H
#define _CONFIG_H
#define LILYGO_WATCH_2020_V1 //To use T-Watch2020, please uncomment this line
#define LILYGO_WATCH_LVGL //To use LVGL, you need to enable the macro LVGL
#include <LilyGoWatch.h>
#define _DEBUG
#define DEFAULT_SCREEN_TIMEOUT 15*1000
#define DEFAULT_BACKLIGHT 32
#endif // _CONFIG_H