nuttx-apps/graphics/lvgl
chao an f289cdb2ec lvgl/makefile: workaround for lvgl.v8
Since this change is only merged into the lvgl.v9, let us workaround for v8:
 37835260ca

 ./lvgl/src/core/lv_obj.c:363:25: warning: variable 'x' set but not used [-Wunused-but-set-variable]
   363 |         static uint32_t x = 0;
       |                         ^
 1 warning generated.

CFLAGS += -Wno-unused-but-set-variable

Signed-off-by: chao an <anchao@xiaomi.com>
2023-11-28 03:52:27 -08:00
..
lv_conf graphics/lvgl: Upgrade to lvgl v8 version 2023-01-01 10:14:55 -03:00
port Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
.gitignore graphics/lvgl: Bump lvgl version to 7.0.2 2020-06-17 12:13:36 -03:00
Kconfig drivertest:Add touch panel test case. 2023-08-14 09:05:52 +08:00
Make.defs graphics/lvgl: Upgrade to lvgl v8 version 2023-01-01 10:14:55 -03:00
Makefile lvgl/makefile: workaround for lvgl.v8 2023-11-28 03:52:27 -08:00