mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 13:36:27 +08:00
docs(draw/sdl): add missing draw_sw requirement (#9747)
This commit is contained in:
@@ -54,5 +54,6 @@ Enable in lv_conf.h
|
|||||||
|
|
||||||
#define LV_USE_SDL 1
|
#define LV_USE_SDL 1
|
||||||
#define LV_USE_DRAW_SDL 1
|
#define LV_USE_DRAW_SDL 1
|
||||||
|
#define LV_USE_DRAW_SW 1
|
||||||
|
|
||||||
The SDL Draw Unit automatically integrates with the SDL display driver when both are enabled.
|
The SDL Draw Unit automatically integrates with the SDL display driver when both are enabled.
|
||||||
|
|||||||
Reference in New Issue
Block a user