zephyr/drivers/display
Marco Peter 03f256505c drivers: ssd1306: Add SPI support
This change allows to use SSD1306 based displays to be used on the
SPI bus as well.
Adding SPI shield.
Tested on SSD1306 and SSD1309 based displays using I2C.
Tested on SSD1309 based display using SPI.

Signed-off-by: Marco Peter <marco@peter-net.ch>
2020-10-02 11:33:26 +02:00
..
CMakeLists.txt drivers: display: ili9340: remove old hardcoded configurations 2020-09-29 14:18:05 -05:00
display_dummy.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
display_framebuf.c
display_ili9340.c drivers: display: ili9340: remove old hardcoded configurations 2020-09-29 14:18:05 -05:00
display_ili9340.h drivers: display: ili9340: remove old hardcoded configurations 2020-09-29 14:18:05 -05:00
display_mcux_elcdif.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
display_sdl.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
display_st7789v.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
display_st7789v.h
gd7965_regs.h
gd7965.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
grove_lcd_rgb.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
Kconfig
Kconfig.dummy
Kconfig.gd7965
Kconfig.grove
Kconfig.ili9340 drivers: display: ili9340: remove old hardcoded configurations 2020-09-29 14:18:05 -05:00
Kconfig.mcux_elcdif
Kconfig.microbit
Kconfig.sdl
Kconfig.ssd16xx
Kconfig.ssd1306 drivers: ssd1306: Add SPI support 2020-10-02 11:33:26 +02:00
Kconfig.st7789v
mb_display.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
mb_font.c
mb_font.h
ssd16xx_regs.h
ssd16xx.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ssd1306_regs.h drivers: ssd1306: Optimize display commands 2020-10-02 11:33:26 +02:00
ssd1306.c drivers: ssd1306: Add SPI support 2020-10-02 11:33:26 +02:00