bernii / embedded-graphics-framebuf

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

changed the array traversal to row-major order. #9

Closed jounathaen closed 2 years ago

jounathaen commented 2 years ago

This should help the caches

jounathaen commented 2 years ago

closed in #12