1
0
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:
Alexandre Abadie 2020-06-24 08:50:41 +02:00
parent 3969f24dbe
commit 84c83b8025
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 0 additions and 3 deletions

View File

@ -6,7 +6,6 @@ DISABLE_MODULE += test_utils_interactive_sync
USEPKG += lvgl
USEMODULE += lvgl_contrib
USEMODULE += ili9341
CFLAGS += -DTHREAD_STACKSIZE_MAIN=2048

View File

@ -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