boards/xtensa/esp32: Ensure that DISPLAY_BCKL exists for ILI9341

This commit is contained in:
Lucas Saavedra Vaz
2023-04-18 11:46:44 -03:00
committed by Xiang Xiao
parent 7911a25774
commit 690454558e
@@ -54,6 +54,9 @@
#ifndef DISPLAY_DC
# error "DISPLAY_DC must be defined in board.h!"
#endif
#ifndef DISPLAY_BCKL
# error "DISPLAY_BCKL must be defined in board.h!"
#endif
#ifndef DISPLAY_SPI
# error "DISPLAY_SPI must be defined in board.h!"
#endif