drivers: add SSD1673 EPD controller driver
Add SSD1673 electrophoretic display controller driver. Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
parent
419f4b7801
commit
3a66b86544
6 changed files with 705 additions and 0 deletions
|
@ -7,3 +7,4 @@ zephyr_sources_ifdef(CONFIG_ILI9340_LCD_ADAFRUIT_1480
|
|||
display_ili9340_adafruit_1480.c
|
||||
)
|
||||
zephyr_sources_ifdef(CONFIG_SSD1306 ssd1306.c)
|
||||
zephyr_sources_ifdef(CONFIG_SSD1673 ssd1673.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue