nrf5: Adding configuration defines for SSD1289 lcd driver.
This commit is contained in:
parent
0156ebd277
commit
6124e8db76
|
@ -144,6 +144,7 @@
|
|||
#define MICROPY_PY_DISPLAY_EPAPER_SLD00200P (0)
|
||||
#define MICROPY_PY_DISPLAY_LCD_ILI9341 (0)
|
||||
#define MICROPY_PY_DISPLAY_LCD_LS0XXB7DXXX (0)
|
||||
#define MICROPY_PY_DISPLAY_LCD_SSD1289 (0)
|
||||
#define MICROPY_PY_DISPLAY_OLED_SSD1306 (0)
|
||||
#define MICROPY_PY_DISPLAY_OLED_SSD1305 (0)
|
||||
#define MICROPY_PY_DISPLAY_FRAMEBUFFER (0)
|
||||
|
@ -175,6 +176,10 @@
|
|||
#define MICROPY_PY_DISPLAY_LCD_LS0XXB7DXXX (0)
|
||||
#endif
|
||||
|
||||
#ifndef MICROPY_PY_DISPLAY_LCD_SSD1289
|
||||
#define MICROPY_PY_DISPLAY_LCD_SSD1289 (0)
|
||||
#endif
|
||||
|
||||
#ifndef MICROPY_PY_DISPLAY_OLED_SSD1305
|
||||
#define MICROPY_PY_DISPLAY_OLED_SSD1305 (0)
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue