bernii / embedded-graphics-framebuf

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

Renamed FrameBufIntoIterator to FrameBufIterator #5

Closed jounathaen closed 2 years ago

jounathaen commented 2 years ago

I was highly confused what an "IntoIterator" is, until I gasped that this is simply the iterator type for the framebuffer. I think FrameBufIterator is a better name.

jounathaen commented 2 years ago

Closed in favor of #10