Home
last modified time | relevance | path

Searched refs:fbuf2 (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/extmod/
A Dframebuf16.py50 fbuf2 = framebuf.FrameBuffer(buf2, w2, h2, framebuf.RGB565) variable
52 fbuf2.fill(0x0000)
53 fbuf2.pixel(0, 0, 0x0EE0)
54 fbuf2.pixel(0, 2, 0xEE00)
55 fbuf2.pixel(1, 0, 0x00EE)
56 fbuf2.pixel(1, 2, 0xE00E)
58 fbuf.blit(fbuf2, 3, 3, 0x0000)
59 fbuf.blit(fbuf2, -1, -1, 0x0000)
60 fbuf.blit(fbuf2, 16, 16, 0x0000)
A Dframebuf2.py52 fbuf2 = framebuf.FrameBuffer(buf2, w2, h2, framebuf.GS2_HMSB) variable
55 fbuf2.fill(0)
56 fbuf2.pixel(0, 0, 1)
57 fbuf2.pixel(0, 2, 2)
58 fbuf2.pixel(1, 0, 1)
59 fbuf2.pixel(1, 2, 2)
61 fbuf.blit(fbuf2, 3, 3, 0)
62 fbuf.blit(fbuf2, -1, -1, 0)
63 fbuf.blit(fbuf2, 16, 16, 0)

Completed in 11 milliseconds