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 1329fe9 commit 788638fCopy full SHA for 788638f
shared-bindings/displayio/__init__.c
@@ -45,6 +45,7 @@
45
#endif
46
#include "shared-bindings/displayio/Shape.h"
47
#include "shared-bindings/displayio/TileGrid.h"
48
+#include "shared-module/displayio/__init__.h"
49
50
//| """Native helpers for driving displays
51
//|
@@ -95,6 +96,7 @@ STATIC const mp_rom_map_elem_t displayio_module_globals_table[] = {
95
96
97
98
{ MP_ROM_QSTR(MP_QSTR_release_displays), MP_ROM_PTR(&displayio_release_displays_obj) },
99
+ { MP_ROM_QSTR(MP_QSTR_SERIAL_GROUP), MP_ROM_PTR(&circuitpython_splash) },
100
};
101
STATIC MP_DEFINE_CONST_DICT(displayio_module_globals, displayio_module_globals_table);
102
0 commit comments