driver: display: Added dummy display driver
Added dummy display driver. fixes: #12001 Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
This commit is contained in:
parent
65f79cdc21
commit
848b0844dd
4 changed files with 146 additions and 0 deletions
|
@ -13,3 +13,5 @@ zephyr_sources_ifdef(CONFIG_SSD1673 ssd1673.c)
|
|||
|
||||
zephyr_sources_ifdef(CONFIG_SDL_DISPLAY display_sdl.c)
|
||||
|
||||
zephyr_sources_ifdef(CONFIG_DUMMY_DISPLAY display_dummy.c)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue