bernii / embedded-graphics-framebuf

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

Reworked iterators #10

Closed jounathaen closed 2 years ago

jounathaen commented 2 years ago

An iterator over pixels is often more helpful, as all displays which implement embedded_graphics can handle them better. To iterate over the raw color data, a helper function raw_data is added.

This makes #5 obsolete.

jounathaen commented 2 years ago

closed in #12