MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / framebuffer.rs

File framebuffer.rs

crates/virtual-machine/src/devices/framebuffer.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Linear RGBA8888 framebuffer device: a pixel buffer plus a one-page control
2//! block (FILL, PRESENT, DBMODE registers) with optional double buffering to
3//! avoid flicker. See the VM spec section 6.5 for the register and buffer layout.
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected