nrf5/boards: Enable ssd1305 oled display to be default for pca10028 for now.

This commit is contained in:
Glenn Ruben Bakke 2017-01-16 23:39:50 +01:00
parent 733040e647
commit 00a59ed8d6

View File

@ -33,7 +33,8 @@
#define MICROPY_PY_DISPLAY (1)
#define MICROPY_PY_DISPLAY_EPAPER_SLD00200P (0)
#define MICROPY_PY_DISPLAY_LCD_ILI9341 (0)
#define MICROPY_PY_DISPLAY_OLED_SSD1306 (1)
#define MICROPY_PY_DISPLAY_OLED_SSD1305 (1)
#define MICROPY_PY_DISPLAY_OLED_SSD1306 (0)
#define MICROPY_PY_MACHINE_SPI (1)
#define MICROPY_PY_MACHINE_PWM (0)