We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e030de9 commit db4b9a9Copy full SHA for db4b9a9
ext_mod/lcd_bus/modlcd_bus.c
@@ -6,7 +6,9 @@
6
#include "i2c_bus.h"
7
#include "i80_bus.h"
8
#include "rgb_bus.h"
9
+#ifdef SOC_MIPI_DSI_SUPPORTED
10
#include "dsi_bus.h"
11
+#endif
12
13
#ifdef MP_PORT_UNIX
14
#include "sdl_bus.h"
0 commit comments