mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/pkg_lvgl*: don't explicitly set concrete disp/touch drivers
This commit is contained in:
parent
3969f24dbe
commit
84c83b8025
@ -6,7 +6,6 @@ DISABLE_MODULE += test_utils_interactive_sync
|
||||
|
||||
USEPKG += lvgl
|
||||
USEMODULE += lvgl_contrib
|
||||
USEMODULE += ili9341
|
||||
|
||||
CFLAGS += -DTHREAD_STACKSIZE_MAIN=2048
|
||||
|
||||
|
@ -6,10 +6,8 @@ DISABLE_MODULE += test_utils_interactive_sync
|
||||
|
||||
USEPKG += lvgl
|
||||
USEMODULE += lvgl_contrib
|
||||
USEMODULE += ili9341
|
||||
|
||||
# Add touch capabilities
|
||||
USEMODULE += lvgl_contrib_touch
|
||||
USEMODULE += stmpe811
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user