aboutsummaryrefslogtreecommitdiff
path: root/extmod/modframebuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/modframebuf.c')
-rw-r--r--extmod/modframebuf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/extmod/modframebuf.c b/extmod/modframebuf.c
index fb231362e..4dfdb7eea 100644
--- a/extmod/modframebuf.c
+++ b/extmod/modframebuf.c
@@ -667,6 +667,8 @@ const mp_obj_module_t mp_module_framebuf = {
.base = { &mp_type_module },
.globals = (mp_obj_dict_t *)&framebuf_module_globals,
};
+
+MP_REGISTER_MODULE(MP_QSTR_framebuf, mp_module_framebuf, MICROPY_PY_FRAMEBUF);
#endif
#endif // MICROPY_PY_FRAMEBUF