Home
last modified time | relevance | path

Searched defs:fill_rect (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/framework/
A Dsh1106.py141 def fill_rect(self, x, y, w, h, c): member in SH1106
A Dst7789py.py430 def fill_rect(self, x, y, width, height, color): member in ST7789
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodframebuf.c70 fill_rect_t fill_rect; member
299 STATIC void fill_rect(const mp_obj_framebuf_t *fb, int x, int y, int w, int h, uint32_t col) { in fill_rect() function

Completed in 10 milliseconds