rust-embedded-community / ssd1306

SSD1306 OLED driver
Apache License 2.0
282 stars 69 forks source link

Make the library Async #210

Closed Sycrosity closed 2 months ago

Sycrosity commented 2 months ago

Hi! Thank you for helping out with SSD1306 development! Please:

PR description

Make the driver asynchronous, implementing AsyncWriteOnlyDataCommand rather than WriteOnlyDataCommand.

Sycrosity commented 2 months ago

I meant to add this to my own repository, not upstream. Apologies.