Skip to content

Commit 0cdbc00

Browse files
committed
Enable displayio on all Express boards.
1 parent fb2d87b commit 0cdbc00

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ports/atmel-samd/mpconfigport.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,9 @@ extern const struct _mp_obj_module_t pixelbuf_module;
283283
#define I2CSLAVE_MODULE
284284
#endif
285285

286-
#ifdef CIRCUITPY_DISPLAYIO
286+
#define CIRCUITPY_DISPLAYIO (1)
287287
#define CIRCUITPY_DISPLAY_LIMIT (3)
288288
#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
293289

294290
#if MICROPY_PY_NETWORK
295291
#define NETWORK_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_network), (mp_obj_t)&network_module },

0 commit comments

Comments
 (0)