nrf5/drivers: Adding ssd1305 oled driver. This is very similar to ssd1306, so a merge will happen soon.

This commit is contained in:
Glenn Ruben Bakke 2017-01-16 23:34:41 +01:00
parent 6ab233a5ba
commit 40ee000680
1 changed files with 5 additions and 0 deletions

View File

@ -168,6 +168,11 @@
#define MICROPY_PY_DISPLAY_OLED_SSD1305 (0)
#endif
#if MICROPY_PY_DISPLAY_OLED_SSD1305
#define MICROPY_PY_DISPLAY_FRAMEBUFFER (1)
#define MICROPY_PY_DISPLAY_GRAPHICS (1)
#endif
#ifndef MICROPY_PY_DISPLAY_OLED_SSD1306
#define MICROPY_PY_DISPLAY_OLED_SSD1306 (0)
#endif