1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/st77xx/Makefile.dep
2023-09-06 11:52:10 +02:00

13 lines
290 B
Makefile

FEATURES_REQUIRED += periph_spi
FEATURES_REQUIRED += periph_gpio
USEMODULE += lcd
USEMODULE += lcd_multi_cntrl
USEMODULE += ztimer
USEMODULE += ztimer_msec
ifeq (,$(filter st7789 st7796,$(USEMODULE)))
# enable st7735 as default if no other module is enabled
USEMODULE += st7735
endif