docs(draw/sdl): add missing draw_sw requirement (#9747)

This commit is contained in:
André Costa
2026-02-17 13:22:07 +01:00
committed by GitHub
parent 8021b3aec7
commit 5fdf3bbce2

View File

@@ -54,5 +54,6 @@ Enable in lv_conf.h
#define LV_USE_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.