Cryptjar / avr-progmem-rs

Progmem utility for the AVR architecture
Apache License 2.0
28 stars 8 forks source link

Implement `IntoIterator` on `ProgMem<[T;N]>` #7

Closed mutantbob closed 2 years ago

mutantbob commented 2 years ago

While playing with the ili9341 crate I found their draw_raw_iter method took a parameter <I:IntoIterator<Item=u16>> and thought "ProgMem should do that".

Cryptjar commented 2 years ago

Thanks, this looks very useful.

Cryptjar commented 2 years ago

Published as v0.3.1. I also publish it as back port v0.2.1.