rust-embedded-community / ssd1306

SSD1306 OLED driver
Apache License 2.0
301 stars 68 forks source link

proper fix for stm32f103xx-hal blocking I2C changes #68

Closed ilya-epifanov closed 5 years ago

therealprof commented 6 years ago

I do have hardware somewhere, but I'm not too happy about doctoring around this way in legacy world... It would be great if we could convince @japaric to merge the I2C code into the official crate, or alternatively put this into a new crate if we cannot get this accepted.

jamwaffles commented 6 years ago

I'm mostly ok with it because it's for the example code, although it definitely looks weird and increases the friction around actually using this crate.