Enable use by lvgl-rs of v7.0.1 of LVGL

This commit is contained in:
Rafael Caricio 2020-06-02 20:50:23 +02:00
parent c91943c50e
commit f69c3c6d94

View file

@ -20,8 +20,8 @@
*====================*/ *====================*/
/* Maximal horizontal and vertical resolution to support by the library.*/ /* Maximal horizontal and vertical resolution to support by the library.*/
#define LV_HOR_RES_MAX (480) #define LV_HOR_RES_MAX (240)
#define LV_VER_RES_MAX (320) #define LV_VER_RES_MAX (240)
/* Color depth: /* Color depth:
* - 1: 1 byte per pixel * - 1: 1 byte per pixel
@ -187,7 +187,7 @@ typedef void * lv_fs_drv_user_data_t;
#endif #endif
/*1: Add a `user_data` to drivers and objects*/ /*1: Add a `user_data` to drivers and objects*/
#define LV_USE_USER_DATA 0 #define LV_USE_USER_DATA 1
/*1: Show CPU usage and FPS count in the right bottom corner*/ /*1: Show CPU usage and FPS count in the right bottom corner*/
#define LV_USE_PERF_MONITOR 0 #define LV_USE_PERF_MONITOR 0