nuttx-apps/graphics
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
..
ft80x change strcpy to strlcpy 2023-02-22 23:09:55 +08:00
libjpeg Makefile: replace INCDIR to INCDIR_PREFIX 2022-11-10 02:38:58 +08:00
libyuv graphics/libyuv: refine patching logic 2023-08-09 13:51:50 +08:00
lvgl lvgl/makefile: workaround for lvgl.v8 2023-11-28 03:52:27 -08:00
nxglyphs apps/graphics/nxglyphs/Makefile: fix nxstyle 2023-03-17 03:23:12 +01:00
nxwidgets remove graphics/xxx/README.md. Migrated to Documentation/applications/graphics 2023-10-30 10:00:01 +08:00
nxwm remove graphics/xxx/README.md. Migrated to Documentation/applications/graphics 2023-10-30 10:00:01 +08:00
pdcurs34 Indent the define statement by two spaces 2023-05-21 07:39:53 +03:00
screenshot Fix the nxstyle warning 2023-05-08 21:35:16 +03:00
slcd Fix Error: slcd_trapezoids.cxx:84:5: error: array designators are a C99 extension [-Werror,-Wc99-designator] 2022-11-12 18:29:31 +01:00
tiff remove graphics/xxx/README.md. Migrated to Documentation/applications/graphics 2023-10-30 10:00:01 +08:00
twm4nx remove graphics/xxx/README.md. Migrated to Documentation/applications/graphics 2023-10-30 10:00:01 +08:00
.gitignore
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00