mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-12 09:06:15 +00:00
Added glue logic to interface Zephyr with LittlevGL GUI library This includes: * KConfig options for all lvgl options * Kernel & user space memory management * Zephyr to lvgl FS call mapping * Color space conversion function Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
12 lines
174 B
Plaintext
12 lines
174 B
Plaintext
#
|
|
# Copyright (c) 2018 Jan Van Winkel <jan.van_winkel@dxplore.eu>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menu "Graphical user interface"
|
|
|
|
rsource "lvgl/Kconfig"
|
|
|
|
endmenu
|