forked from nuttx/nuttx-update
boards/xtensa/esp32: Ensure that DISPLAY_BCKL exists for ILI9341
This commit is contained in:
parent
7911a25774
commit
690454558e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue