We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2d87b commit 0cdbc00Copy full SHA for 0cdbc00
ports/atmel-samd/mpconfigport.h
@@ -283,13 +283,9 @@ extern const struct _mp_obj_module_t pixelbuf_module;
283
#define I2CSLAVE_MODULE
284
#endif
285
286
- #ifdef CIRCUITPY_DISPLAYIO
+ #define CIRCUITPY_DISPLAYIO (1)
287
#define CIRCUITPY_DISPLAY_LIMIT (3)
288
#define DISPLAYIO_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_displayio), (mp_obj_t)&displayio_module },
289
- #else
290
- #define CIRCUITPY_DISPLAY_LIMIT (0)
291
- #define DISPLAYIO_MODULE
292
- #endif
293
294
#if MICROPY_PY_NETWORK
295
#define NETWORK_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_network), (mp_obj_t)&network_module },
0 commit comments