Searched defs:fbuf (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | framebuf1.py | 20 fbuf = framebuf.FrameBuffer(buf, w, h, mapping) variable 109 fbuf = framebuf.FrameBuffer1(buf, w, h) variable 110 fbuf = framebuf.FrameBuffer1(buf, w, h, w) variable
|
A D | framebuf4.py | 18 fbuf = framebuf.FrameBuffer(buf, w, h, framebuf.GS4_HMSB) variable
|
A D | framebuf8.py | 20 fbuf = framebuf.FrameBuffer(buf, w, h, framebuf.GS8) variable
|
A D | framebuf16.py | 18 fbuf = framebuf.FrameBuffer(buf, w, h, framebuf.RGB565) variable
|
A D | framebuf2.py | 20 fbuf = framebuf.FrameBuffer(buf, w, h, framebuf.GS2_HMSB) variable
|
Completed in 7 milliseconds