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>
This commit is contained in:
parent
711249c789
commit
ab84cbfc40
6 changed files with 325 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
|
||||
zephyr_sources_ifdef(CONFIG_DISPLAY_MCUX_ELCDIF display_mcux_elcdif.c)
|
||||
zephyr_sources_ifdef(CONFIG_GROVE_LCD_RGB grove_lcd_rgb.c)
|
||||
zephyr_sources_ifdef(CONFIG_MICROBIT_DISPLAY
|
||||
mb_display.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue