nrf5/boards: Adding ssd1289 lcd module in pca10040 (nrf52832) board.

This commit is contained in:
Glenn Ruben Bakke 2017-01-25 19:51:14 +01:00
parent 83b234f878
commit 0fdcd2eac7
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
#define MICROPY_PY_DISPLAY (1)
#define MICROPY_PY_DISPLAY_EPAPER_SLD00200P (1)
#define MICROPY_PY_DISPLAY_LCD_ILI9341 (1)
#define MICROPY_PY_DISPLAY_LCD_SSD1289 (1)
#define MICROPY_PY_DISPLAY_OLED_SSD1306 (1)
#define MICROPY_HW_HAS_SWITCH (0)