Skip to content

Commit e04379c

Browse files
committed
drivers: display: Update ST7567 to use MIPI-DBI
Allows ST7567 to use dbi controller Signed-off-by: Camille BAUD <[email protected]>
1 parent 90ef9c3 commit e04379c

File tree

4 files changed

+148
-89
lines changed

4 files changed

+148
-89
lines changed

drivers/display/Kconfig.st7567

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ menuconfig ST7567
66
default y
77
depends on DT_HAS_SITRONIX_ST7567_ENABLED
88
select I2C if $(dt_compat_on_bus,$(DT_COMPAT_SITRONIX_ST7567),i2c)
9-
select SPI if $(dt_compat_on_bus,$(DT_COMPAT_SITRONIX_ST7567),spi)
9+
select MIPI_DBI if $(dt_compat_on_bus,$(DT_COMPAT_SITRONIX_ST7567),mipi-dbi)
1010
help
1111
Enable driver for ST7567 display controller.
1212

0 commit comments

Comments
 (0)