daschl / ssd1327

A Rust display driver for the SSD1327
15 stars 7 forks source link

Vertical/horizontal scroll support #2

Open cdata opened 3 years ago

cdata commented 3 years ago

The SSD1327 supports optimized vertical/horizontal scrolling commands (datasheet).

It would be neat if the driver could help take advantage of this fast path for shifting pixels around.

daschl commented 3 years ago

That seems like a very useful feature to add - I did not have a use case for that until now. Would you be open to contribute it?