15 lines
389 B
C
15 lines
389 B
C
|
|
#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
|