drivers: display: Added Sharp memory display drivers.
Added support for sharp memory displays of the series LS0XX. Signed-off-by: Rohit Gujarathi <gujju.rohit@gmail.com>
This commit is contained in:
parent
e892e09ad1
commit
6910725ad9
5 changed files with 415 additions and 0 deletions
|
@ -9,6 +9,7 @@ zephyr_sources_ifdef(CONFIG_DUMMY_DISPLAY display_dummy.c)
|
|||
zephyr_sources_ifdef(CONFIG_FRAMEBUF_DISPLAY display_framebuf.c)
|
||||
zephyr_sources_ifdef(CONFIG_ST7789V display_st7789v.c)
|
||||
zephyr_sources_ifdef(CONFIG_GD7965 gd7965.c)
|
||||
zephyr_sources_ifdef(CONFIG_LS0XX ls0xx.c)
|
||||
|
||||
if (CONFIG_ILI9XXX)
|
||||
zephyr_sources(display_ili9xxx.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue