feat(drivers): initial implementation of a QNX screen driver (#6507)

Co-authored-by: Elad Lahav <elahav@qnx.com>
This commit is contained in:
elahav
2024-07-25 08:26:09 -04:00
committed by GitHub
parent 91c64fc029
commit 91cd8ecf90
16 changed files with 1988 additions and 0 deletions

View File

@@ -1724,6 +1724,15 @@ menu "LVGL configuration"
bool "Enable debug mode for OpenGL"
depends on LV_USE_OPENGLES
default n
config LV_USE_QNX
bool "Use a QNX Screen window as a display"
default n
config LV_QNX_BUF_COUNT
int
depends on LV_USE_QNX
default 1
endmenu
menu "Examples"