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.
2 parents ec7aa81 + a075661 commit fea2d8eCopy full SHA for fea2d8e
unix/modbadge.c
@@ -235,3 +235,5 @@ const mp_obj_module_t mock_badge_module = {
235
.base = {&mp_type_module},
236
.globals = (mp_obj_dict_t *)&mock_badge_module_globals,
237
};
238
+
239
+bool ugfx_screen_flipped = false;
0 commit comments