zephyr/lib/gui/lvgl
Jan Van Winkel 1130dc9f90 gui: Set actual display size when using static buffers
Set actual display size, obtained via the display driver, when using
static rendering buffers. If the actual screen size is not set an
out-of-bound write could occur in case the maximum resolution settings
for LVGL are larger than the actual screen resolution.

Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
2020-07-21 15:12:05 +02:00
..
CMakeLists.txt cmake: don't link interface libraries with zephyr_interface 2019-09-26 05:50:46 -07:00
Kconfig kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
Kconfig.fonts gui: Added support for LVGL v6.1 2019-12-09 15:07:28 -06:00
Kconfig.objects kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
Kconfig.themes kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
lv_conf.h gui: kconfig: Fix broken refs to LVGL_OBJ_PRELOAD_DEF_ANIMATION_* 2020-01-25 08:15:17 -05:00
lvgl.c gui: Set actual display size when using static buffers 2020-07-21 15:12:05 +02:00
lvgl_display.c gui: Add BGR565 pixel format support to lvgl 2020-01-22 08:55:16 +01:00
lvgl_display.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lvgl_display_16bit.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lvgl_display_24bit.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lvgl_display_32bit.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lvgl_display_mono.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lvgl_fs.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lvgl_fs.h gui: Added glue logic for LittlevGL GUI library 2019-01-07 16:05:35 -05:00
lvgl_mem.h include/lvgl: rearrange for standard use of extern "C" 2019-08-13 18:00:31 +02:00
lvgl_mem_kernel.c cleanup: include/: move misc/mempool.h to sys/mempool.h 2019-06-27 22:55:49 -04:00
lvgl_mem_user.c cleanup: include/: move misc/mempool.h to sys/mempool.h 2019-06-27 22:55:49 -04:00