Searched refs:fill_circle (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/driver/gyroscope/ |
A D | main.py | 31 display.fill_circle(int(66 - ac[0] / 250), int(32 + ac[1] / 500), 8, 1)
|
/AliOS-Things-master/components/py_engine/framework/ |
A D | sh1106.py | 144 def fill_circle(self, x0, y0, r, c): member in SH1106 178 self.fill_circle(x0, y0, r, c) 179 self.fill_circle(x0, y0, r -w, 0)
|
Completed in 5 milliseconds