driver: display: Add support for st7735r based LCDs
First version of a driver for the st773r LCD controller. Based on st7789v Signed-off-by: Kim Bøndergaard <kim@fam-boendergaard.dk> Signed-off-by: Kim Bøndergaard <kibo@prevas.dk>
This commit is contained in:
parent
77d2ed00ca
commit
6adafaeb02
6 changed files with 857 additions and 0 deletions
|
@ -8,6 +8,7 @@ zephyr_sources_ifdef(CONFIG_SDL_DISPLAY display_sdl.c)
|
|||
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_ST7735R display_st7735r.c)
|
||||
zephyr_sources_ifdef(CONFIG_GD7965 gd7965.c)
|
||||
zephyr_sources_ifdef(CONFIG_LS0XX ls0xx.c)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue