nrf5: Adding configuration define for sharp memory display series in mpconfigport.h preparing for driver to be included.
This commit is contained in:
parent
00a59ed8d6
commit
174562f95b
|
@ -143,6 +143,7 @@
|
|||
#define MICROPY_PY_DISPLAY (0)
|
||||
#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_OLED_SSD1306 (0)
|
||||
#define MICROPY_PY_DISPLAY_OLED_SSD1305 (0)
|
||||
#define MICROPY_PY_LCD_MONO_FB (0)
|
||||
|
@ -164,6 +165,15 @@
|
|||
#define MICROPY_PY_DISPLAY_LCD_ILI9341 (0)
|
||||
#endif
|
||||
|
||||
#ifndef MICROPY_PY_DISPLAY_LCD_LS0XXB7DXXX
|
||||
#define MICROPY_PY_DISPLAY_LCD_LS0XXB7DXXX (0)
|
||||
#endif
|
||||
|
||||
#if MICROPY_PY_DISPLAY_LCD_LS0XXB7DXXX
|
||||
#define MICROPY_PY_DISPLAY_FRAMEBUFFER (1)
|
||||
#define MICROPY_PY_DISPLAY_GRAPHICS (1)
|
||||
#endif
|
||||
|
||||
#ifndef MICROPY_PY_DISPLAY_OLED_SSD1305
|
||||
#define MICROPY_PY_DISPLAY_OLED_SSD1305 (0)
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue