Searched defs:fill_rect (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/framework/ |
A D | sh1106.py | 141 def fill_rect(self, x, y, w, h, c): member in SH1106
|
A D | st7789py.py | 430 def fill_rect(self, x, y, width, height, color): member in ST7789
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modframebuf.c | 70 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 13 milliseconds