zephyr/drivers/display
Aurelien Jarno 0b7e790250 display: ssd1673: add support for ssd16xx monochrome controllers
From the driver point of view, monochrome controllers from the ssd16xx
family mostly differ by the amount of row and columns that are
supported. If they support more than 256 rows and/or columns the
corresponding size or position is sent using 2 bytes instead of 1 byte.

This patch therefore adds the width-bits and height-bits DT properties
to make this configurable.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2019-02-02 10:28:11 -05:00
..
CMakeLists.txt driver: display: Added dummy display driver 2018-12-30 15:53:39 -05:00
display_dummy.c driver: display: Added dummy display driver 2018-12-30 15:53:39 -05:00
display_ili9340_adafruit_1480.c
display_ili9340.c display: ili9340: Fixup SPI CS handling 2019-02-01 04:11:01 -06:00
display_ili9340.h
display_sdl.c driver: display: sdl: Return correct pixel format 2018-12-26 09:42:05 -05:00
grove_lcd_rgb.c drivers: Modify drivers to use DEVICE_AND_API_INIT() 2019-01-15 10:39:34 -08:00
Kconfig driver: display: Added dummy display driver 2018-12-30 15:53:39 -05:00
Kconfig.dummy driver: display: Added dummy display driver 2018-12-30 15:53:39 -05:00
Kconfig.grove
Kconfig.ili9340 drivers: display: Added DTS support for ili9340 2018-10-29 22:19:58 -04:00
Kconfig.microbit drivers: mb_display: remove usage of gpio_port_ functions. 2019-02-01 08:57:58 -05:00
Kconfig.sdl driver: SDL based display emulation driver 2018-12-10 20:37:29 -05:00
Kconfig.ssd1306
Kconfig.ssd1673
mb_display.c drivers: mb_display: remove usage of gpio_port_ functions. 2019-02-01 08:57:58 -05:00
mb_font.c
mb_font.h
ssd1306_regs.h
ssd1306.c display: ssd1306: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-01-29 14:21:32 -06:00
ssd1673_regs.h display: ssd1673: replace hardcoded display dimensions by DT values 2019-02-02 10:28:11 -05:00
ssd1673.c display: ssd1673: add support for ssd16xx monochrome controllers 2019-02-02 10:28:11 -05:00