From 0066f226aab5d51fa1183509fc476c5a57814cb5 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Thu, 2 Feb 2017 18:29:51 +0100 Subject: [PATCH] nrf5/boards: Activating all display drivers in pca10056 board. --- nrf5/boards/pca10056/mpconfigboard.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nrf5/boards/pca10056/mpconfigboard.h b/nrf5/boards/pca10056/mpconfigboard.h index e46765f67c..c8f195761a 100644 --- a/nrf5/boards/pca10056/mpconfigboard.h +++ b/nrf5/boards/pca10056/mpconfigboard.h @@ -38,8 +38,10 @@ #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_PY_DISPLAY_LCD_LS0XXB7DXXX (1) +#define MICROPY_PY_DISPLAY_LCD_SSD1289 (1) +#define MICROPY_PY_DISPLAY_OLED_SSD1305 (1) +#define MICROPY_PY_DISPLAY_OLED_SSD1306 (1) #define MICROPY_HW_HAS_SWITCH (0) #define MICROPY_HW_HAS_FLASH (0)