videocore
– Low-level routines for interacting with the Broadcom VideoCore GPU
Available on these boards
- class videocore.Framebuffer(width: int, height: int)
A VideoCore managed frame buffer.
- Create a Framebuffer object with the given dimensions. Memory is
allocated outside of the heap in GPU memory.
The framebuffer is in “ARGB8888” format.
A Framebuffer is often used in conjunction with a
framebufferio.FramebufferDisplay
.