nrf5/boards: Disable all display modules in pca10028 board config.

This commit is contained in:
Glenn Ruben Bakke 2017-03-07 18:01:13 +01:00
parent 9d2a2d227c
commit 9689aae45b
1 changed files with 2 additions and 2 deletions

View File

@ -30,10 +30,10 @@
#define MICROPY_HW_MCU_NAME "NRF51822"
#define MICROPY_PY_SYS_PLATFORM "nrf51-DK"
#define MICROPY_PY_DISPLAY (1)
#define MICROPY_PY_DISPLAY (0)
#define MICROPY_PY_DISPLAY_EPAPER_SLD00200P (0)
#define MICROPY_PY_DISPLAY_LCD_ILI9341 (0)
#define MICROPY_PY_DISPLAY_LCD_SSD1289 (1)
#define MICROPY_PY_DISPLAY_LCD_SSD1289 (0)
#define MICROPY_PY_DISPLAY_OLED_SSD1305 (0)
#define MICROPY_PY_DISPLAY_OLED_SSD1306 (0)