From 93a7fd4316e84cd6bab728370e02db4d4dfbc5d6 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Tue, 2 Jun 2020 20:50:23 +0200 Subject: [PATCH] Enable use by lvgl-rs of v7.0.1 of LVGL --- examples/include/lv_conf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/include/lv_conf.h b/examples/include/lv_conf.h index c58c2b7..6fe446c 100644 --- a/examples/include/lv_conf.h +++ b/examples/include/lv_conf.h @@ -20,8 +20,8 @@ *====================*/ /* Maximal horizontal and vertical resolution to support by the library.*/ -#define LV_HOR_RES_MAX (480) -#define LV_VER_RES_MAX (320) +#define LV_HOR_RES_MAX (240) +#define LV_VER_RES_MAX (240) /* Color depth: * - 1: 1 byte per pixel @@ -187,7 +187,7 @@ typedef void * lv_fs_drv_user_data_t; #endif /*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*/ #define LV_USE_PERF_MONITOR 0