mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +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
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user