drivers: add SSD1306 display controller driver

Add SSD1306 OLED display controller driver.

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
Johann Fischer 2018-07-19 18:11:50 +02:00 committed by Anas Nashif
commit 419f4b7801
6 changed files with 696 additions and 0 deletions

View file

@ -6,3 +6,4 @@ zephyr_sources_ifdef(CONFIG_ILI9340 display_ili9340.c)
zephyr_sources_ifdef(CONFIG_ILI9340_LCD_ADAFRUIT_1480
display_ili9340_adafruit_1480.c
)
zephyr_sources_ifdef(CONFIG_SSD1306 ssd1306.c)