From 00a59ed8d69457dcf5ee31bd0cad7e85a3ee9bd9 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Mon, 16 Jan 2017 23:39:50 +0100 Subject: [PATCH] nrf5/boards: Enable ssd1305 oled display to be default for pca10028 for now. --- nrf5/boards/pca10028/mpconfigboard.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nrf5/boards/pca10028/mpconfigboard.h b/nrf5/boards/pca10028/mpconfigboard.h index b5ba1afc2c..c4eab19cf1 100644 --- a/nrf5/boards/pca10028/mpconfigboard.h +++ b/nrf5/boards/pca10028/mpconfigboard.h @@ -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)