File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
bsp/raspberry-pi/raspi4-32 Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -530,4 +530,5 @@ CONFIG_BSP_USING_WDT=y
530530#
531531# Board Peripheral Drivers
532532#
533- # CONFIG_BSP_USING_HDMI is not set
533+ CONFIG_BSP_USING_HDMI=y
534+ CONFIG_BSP_USING_HDMI_DISPLAY=y
Original file line number Diff line number Diff line change 1313#include "mbox.h"
1414#include "drv_hdmi.h"
1515
16+ #ifdef BSP_USING_HDMI
1617#define LCD_WIDTH (800)
1718#define LCD_HEIGHT (480)
1819#define LCD_DEPTH (32)
@@ -305,3 +306,4 @@ int hdmi_fb_init(void)
305306}
306307
307308INIT_DEVICE_EXPORT (hdmi_fb_init );
309+ #endif /*BSP_USING_HDMI */
Original file line number Diff line number Diff line change 183183
184184/* Board Peripheral Drivers */
185185
186+ #define BSP_USING_HDMI
187+ #define BSP_USING_HDMI_DISPLAY
186188
187189#endif
You can’t perform that action at this time.
0 commit comments