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
display_dummy.c
display_ili9340_adafruit_1480.c
display_ili9340.c
display_ili9340.h
display_mcux_elcdif.c
display_sdl.c
grove_lcd_rgb.c
Kconfig
Kconfig.dummy
Kconfig.grove
Kconfig.ili9340
Kconfig.mcux_elcdif
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
ssd1673.c