mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
boards/xtensa/esp32: Ensure that DISPLAY_BCKL exists for ILI9341
This commit is contained in:
committed by
Xiang Xiao
parent
7911a25774
commit
690454558e
@@ -54,6 +54,9 @@
|
|||||||
#ifndef DISPLAY_DC
|
#ifndef DISPLAY_DC
|
||||||
# error "DISPLAY_DC must be defined in board.h!"
|
# error "DISPLAY_DC must be defined in board.h!"
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef DISPLAY_BCKL
|
||||||
|
# error "DISPLAY_BCKL must be defined in board.h!"
|
||||||
|
#endif
|
||||||
#ifndef DISPLAY_SPI
|
#ifndef DISPLAY_SPI
|
||||||
# error "DISPLAY_SPI must be defined in board.h!"
|
# error "DISPLAY_SPI must be defined in board.h!"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user