nrf5: Adding configuration define for sharp memory display series in mpconfigport.h preparing for driver to be included.

This commit is contained in:
Glenn Ruben Bakke 2017-01-17 00:36:48 +01:00
parent 00a59ed8d6
commit 174562f95b
1 changed files with 10 additions and 0 deletions

View File

@ -143,6 +143,7 @@
#define MICROPY_PY_DISPLAY (0) #define MICROPY_PY_DISPLAY (0)
#define MICROPY_PY_DISPLAY_EPAPER_SLD00200P (0) #define MICROPY_PY_DISPLAY_EPAPER_SLD00200P (0)
#define MICROPY_PY_DISPLAY_LCD_ILI9341 (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_SSD1306 (0)
#define MICROPY_PY_DISPLAY_OLED_SSD1305 (0) #define MICROPY_PY_DISPLAY_OLED_SSD1305 (0)
#define MICROPY_PY_LCD_MONO_FB (0) #define MICROPY_PY_LCD_MONO_FB (0)
@ -164,6 +165,15 @@
#define MICROPY_PY_DISPLAY_LCD_ILI9341 (0) #define MICROPY_PY_DISPLAY_LCD_ILI9341 (0)
#endif #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 #ifndef MICROPY_PY_DISPLAY_OLED_SSD1305
#define MICROPY_PY_DISPLAY_OLED_SSD1305 (0) #define MICROPY_PY_DISPLAY_OLED_SSD1305 (0)
#endif #endif