move LVGL framebuffer into PSRAM

This commit is contained in:
sharandac
2020-08-10 00:31:15 +02:00
parent 38c48df235
commit 40794d8b0a
6 changed files with 21 additions and 9 deletions

View File

@@ -26,11 +26,12 @@
#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
#define TWATCH_USE_PSRAM_ALLOC_LVGL
#include <LilyGoWatch.h>
/*
* firmeware version string
*/
#define __FIRMWARE__ "2020080702"
#define __FIRMWARE__ "2020081001"
#endif // _CONFIG_H