diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-01-08 10:44:37 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-01-08 10:44:37 -0800 |
| commit | d4492aaed07793b02467471a48720efc89b3ce27 (patch) | |
| tree | 52fa0bf946a76fa450490c11e1f115ab461fc684 /py | |
| parent | 11a8fc726dc13f829d339e87e74966c22863bb88 (diff) | |
| parent | 22644d33c93d8aa1e346fc23454a14c6d6c8b1f1 (diff) | |
Merge remote-tracking branch 'adafruit/master' into packet_buffer
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_mpconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h index 932d4f855..8c7454cf2 100644 --- a/py/circuitpy_mpconfig.h +++ b/py/circuitpy_mpconfig.h @@ -328,7 +328,9 @@ extern const struct _mp_obj_module_t terminalio_module; #define DISPLAYIO_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_displayio), (mp_obj_t)&displayio_module }, #define FONTIO_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_fontio), (mp_obj_t)&fontio_module }, #define TERMINALIO_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_terminalio), (mp_obj_t)&terminalio_module }, +#ifndef CIRCUITPY_DISPLAY_LIMIT #define CIRCUITPY_DISPLAY_LIMIT (1) +#endif #else #define DISPLAYIO_MODULE #define FONTIO_MODULE |
