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
display_ili9340_adafruit_1480.c
display_ili9340.c
display_ili9340.h
display_mcux_elcdif.c drivers: display: Introduce mcux elcdif shim driver 2019-02-07 14:28:55 -06:00
display_sdl.c
grove_lcd_rgb.c
Kconfig drivers: display: Introduce mcux elcdif shim driver 2019-02-07 14:28:55 -06:00
Kconfig.dummy
Kconfig.grove
Kconfig.ili9340
Kconfig.mcux_elcdif drivers: display: Introduce mcux elcdif shim driver 2019-02-07 14:28:55 -06:00
Kconfig.microbit
Kconfig.sdl
Kconfig.ssd1306
Kconfig.ssd1673
mb_display.c
mb_font.c
mb_font.h
ssd1306_regs.h
ssd1306.c
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