Skip to content

Commit d2b2cf0

Browse files
committed
CIRCUITPY_DISPLAY_LIMIT = 2
1 parent 776c9b0 commit d2b2cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/circuitpy_mpconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ extern const struct _mp_obj_module_t terminalio_module;
328328
#define DISPLAYIO_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_displayio), (mp_obj_t)&displayio_module },
329329
#define FONTIO_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_fontio), (mp_obj_t)&fontio_module },
330330
#define TERMINALIO_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_terminalio), (mp_obj_t)&terminalio_module },
331-
#define CIRCUITPY_DISPLAY_LIMIT (1)
331+
#define CIRCUITPY_DISPLAY_LIMIT (2)
332332
#else
333333
#define DISPLAYIO_MODULE
334334
#define FONTIO_MODULE

0 commit comments

Comments
 (0)