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
|
include $(RIOTBOARD)/common/esp32/Makefile.dep
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user