nrf5/boards: Enable LS0XXB7DXXX display module in pca10056 board config.

This commit is contained in:
Glenn Ruben Bakke 2017-01-19 20:46:58 +01:00
parent 5f9c556092
commit 8e6b51a605
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#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_HW_HAS_SWITCH (0)
#define MICROPY_HW_HAS_FLASH (0)