rust-embedded-community / ssd1306

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

Embedded hal 1.0.0 #213

Closed sjoerdsimons closed 2 days ago

sjoerdsimons commented 1 week ago

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

PR description

This cherry-picks the embedded-hal-1.0.0 update from #207 and combined that with changing the various examples to use embassy-stm32 as the pac provider which implements embedded-hal-1.0 (stm32f1xx-hal does not yet).

sjoerdsimons commented 4 days ago

@eldruin any chance for a review :) Fwiw the minor version ofcourse needs to be bumped, unsure if you prefer that in the PR or to do it directly after merging

sjoerdsimons commented 2 days ago

@eldruin oh one favour; if your merge this can you use a fast-forward/merge commit rather then squashing the lot so the seperated commits are maintained :)