nrf5/boards: Enable SSD1306 spi driver for pca10040 (nrf52832) and pca10056 (nrf52840) boards.

This commit is contained in:
Glenn Ruben Bakke 2017-01-10 18:28:11 +01:00
parent 073cfc0a2e
commit 28e1e506f6
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#define MICROPY_PY_DISPLAY (1)
#define MICROPY_PY_DISPLAY_EPAPER_SLD00200P (1)
#define MICROPY_PY_DISPLAY_LCD_ILI9341 (1)
#define MICROPY_PY_DISPLAY_OLED_SSD1306 (1)
#define MICROPY_HW_HAS_SWITCH (0)
#define MICROPY_HW_HAS_FLASH (0)

View File

@ -36,6 +36,7 @@
#define MICROPY_PY_DISPLAY (1)
#define MICROPY_PY_DISPLAY_EPAPER_SLD00200P (1)
#define MICROPY_PY_DISPLAY_LCD_ILI9341 (1)
#define MICROPY_PY_DISPLAY_OLED_SSD1306 (1)
#define MICROPY_HW_HAS_SWITCH (0)
#define MICROPY_HW_HAS_FLASH (0)