bernii / embedded-graphics-framebuf

Generic framebuffer implementation in Rust for use with embedded-graphics library
MIT License
26 stars 6 forks source link

Separated Framebuffer and underlying data storage #11

Closed jounathaen closed 2 years ago

jounathaen commented 2 years ago

This enables linear memory can be used, e.g., for DMA access. Closes #4. Maybe not the best long-term solution, but a nicer one requires a new compiler feature.

jounathaen commented 2 years ago

closed in #12