Searched refs:framebuf_scroll (Results 1 – 1 of 1) sorted by relevance
576 STATIC mp_obj_t framebuf_scroll(mp_obj_t self_in, mp_obj_t xstep_in, mp_obj_t ystep_in) { in framebuf_scroll() function606 STATIC MP_DEFINE_CONST_FUN_OBJ_3(framebuf_scroll_obj, framebuf_scroll);
Completed in 7 milliseconds