displayio.SERIAL_GROUP constant

This commit is contained in:
foamyguy 2022-11-15 19:15:25 -06:00
parent 1329fe998c
commit 788638f727
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@
#endif
#include "shared-bindings/displayio/Shape.h"
#include "shared-bindings/displayio/TileGrid.h"
#include "shared-module/displayio/__init__.h"
//| """Native helpers for driving displays
//|
@ -95,6 +96,7 @@ STATIC const mp_rom_map_elem_t displayio_module_globals_table[] = {
#endif
{ MP_ROM_QSTR(MP_QSTR_release_displays), MP_ROM_PTR(&displayio_release_displays_obj) },
{ MP_ROM_QSTR(MP_QSTR_SERIAL_GROUP), MP_ROM_PTR(&circuitpython_splash) },
};
STATIC MP_DEFINE_CONST_DICT(displayio_module_globals, displayio_module_globals_table);