nrf5/boards: Disable all display modules in pca10028 board config.
This commit is contained in:
parent
9d2a2d227c
commit
9689aae45b
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue