nrf5/boards: Enable LS0XXB7DXXX display module in pca10056 board config.
This commit is contained in:
parent
5f9c556092
commit
8e6b51a605
|
@ -39,6 +39,7 @@
|
||||||
#define MICROPY_PY_DISPLAY_EPAPER_SLD00200P (1)
|
#define MICROPY_PY_DISPLAY_EPAPER_SLD00200P (1)
|
||||||
#define MICROPY_PY_DISPLAY_LCD_ILI9341 (1)
|
#define MICROPY_PY_DISPLAY_LCD_ILI9341 (1)
|
||||||
#define MICROPY_PY_DISPLAY_OLED_SSD1306 (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_SWITCH (0)
|
||||||
#define MICROPY_HW_HAS_FLASH (0)
|
#define MICROPY_HW_HAS_FLASH (0)
|
||||||
|
|
Loading…
Reference in New Issue