zephyr/drivers/display
Maureen Helm ab84cbfc40 drivers: display: Introduce mcux elcdif shim driver
Adds a shim layer around the mcux elcdif driver to adapt it to the
zephyr display interface. Although the hardware and underlying mcux sdk
driver can support additional configurations, some shortcuts are
currently made in the shim that force a given pixel format, lcd data
bus width, and signal polarity. This works with the rocktech lcd module
used on imx rt boards, but will need to be updated for other display
panels.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2019-02-07 14:28:55 -06:00
..
CMakeLists.txt drivers: display: Introduce mcux elcdif shim driver 2019-02-07 14:28:55 -06:00
display_dummy.c driver: display: Added dummy display driver 2018-12-30 15:53:39 -05:00
display_ili9340_adafruit_1480.c driver: Updated ILI9340 driver to use display API 2018-10-03 11:29:00 -07:00
display_ili9340.c display: ili9340: Fixup SPI CS handling 2019-02-01 04:11:01 -06:00
display_ili9340.h driver: Updated ILI9340 driver to use display API 2018-10-03 11:29:00 -07:00
display_mcux_elcdif.c drivers: display: Introduce mcux elcdif shim driver 2019-02-07 14:28:55 -06:00
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 drivers: display: Introduce mcux elcdif shim driver 2019-02-07 14:28:55 -06:00
Kconfig.dummy driver: display: Added dummy display driver 2018-12-30 15:53:39 -05:00
Kconfig.grove grove: lcd: move grove lcd driver to drivers/display 2018-10-28 11:46:36 -04:00
Kconfig.ili9340 drivers: display: Added DTS support for ili9340 2018-10-29 22:19:58 -04:00
Kconfig.mcux_elcdif drivers: display: Introduce mcux elcdif shim driver 2019-02-07 14:28:55 -06: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 drivers: add SSD1306 display controller driver 2018-10-16 14:54:47 -04:00
Kconfig.ssd1673 drivers: add SSD1673 EPD controller driver 2018-10-16 14:54:47 -04:00
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 drivers: add SSD1306 display controller driver 2018-10-16 14:54:47 -04:00
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