zephyr/drivers/display
Andreas Sandberg f5932657dd drivers: ssd16xx: Fix CS glitch
The SSD16xx uses a separate pin to indicate if an SPI transfer is a
command or data. This means that driver needs to split most SPI
transactions into two distinct transactions, one for commands and one
for data. The driver currently doesn't request SPI_HOLD_ON_CS which
means that the chip select will be released momentarily between the
command and data phase.

Update the driver to request SPI_HOLD_ON_CS and SPI_LOCK_ON to lock
the bus and complete both phases of a command in one atomic operation.

Signed-off-by: Andreas Sandberg <andreas@sandberg.uk>
2022-07-06 11:14:49 +02:00
..
CMakeLists.txt
Kconfig
Kconfig.dummy
Kconfig.gd7965
Kconfig.ili9xxx
Kconfig.ls0xx
Kconfig.mcux_elcdif
Kconfig.microbit
Kconfig.nrf_led_matrix
Kconfig.rm68200
Kconfig.sdl
Kconfig.ssd16xx
Kconfig.ssd1306
Kconfig.st7735r
Kconfig.st7789v
Kconfig.stm32_ltdc
display_dummy.c
display_framebuf.c
display_ili9xxx.c
display_ili9xxx.h
display_ili9340.c
display_ili9340.h
display_ili9341.c
display_ili9341.h
display_ili9488.c
display_ili9488.h
display_mcux_elcdif.c
display_nrf_led_matrix.c
display_rm68200.c
display_sdl.c
display_st7735r.c
display_st7735r.h
display_st7789v.c
display_st7789v.h
display_stm32_ltdc.c
gd7965.c
gd7965_regs.h
ls0xx.c
mb_display.c
mb_font.c
mb_font.h
ssd16xx.c drivers: ssd16xx: Fix CS glitch 2022-07-06 11:14:49 +02:00
ssd16xx_regs.h
ssd1306.c
ssd1306_regs.h