mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/esp32-wrover-kit: add dependency to ILI9341
When disp_dev is present, pull the ili9341 driver to allow auto- initialization Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
This commit is contained in:
parent
9c749bc214
commit
628739172b
@ -1 +1,5 @@
|
||||
ifneq (,$(filter disp_dev,$(USEMODULE)))
|
||||
USEMODULE += ili9341
|
||||
endif
|
||||
|
||||
include $(RIOTBOARD)/common/esp32/Makefile.dep
|
||||
|
Loading…
Reference in New Issue
Block a user