nrf5/drivers: Enable EPAPER_SLD00200P in epaper module globals table.

This commit is contained in:
Glenn Ruben Bakke 2017-01-04 19:57:58 +01:00
parent 6300c6045a
commit d2f5f1fe60

View File

@ -24,12 +24,14 @@
* THE SOFTWARE.
*/
#include "epaper_sld00200p_obj.h"
#include "py/obj.h"
#if MICROPY_PY_DISPLAY_EPAPER
STATIC const mp_map_elem_t epaper_module_globals_table[] = {
{ MP_OBJ_NEW_QSTR(MP_QSTR___name__), MP_OBJ_NEW_QSTR(MP_QSTR_epaper) },
#if 0
#if MICROPY_PY_DISPLAY_EPAPER_SLD00200P
{ MP_OBJ_NEW_QSTR(MP_QSTR_sld00200p), (mp_obj_t)&epaper_sld00200p_type },
#endif
};