first commit
This commit is contained in:
14
src/config.h
Normal file
14
src/config.h
Normal 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
|
||||
Reference in New Issue
Block a user