rust-embedded-community / ssd1306

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

Clarify usage of display size #139

Closed bugadani closed 3 years ago

bugadani commented 3 years ago

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

PR description

Place some comments that (hopefully) help with the confusion around using different display sizes.

Closes #140

jamwaffles commented 3 years ago

Would it be a better idea to remove the default DSIZE = DisplaySize128x64 from GraphicsMode, TerminalMode, etc?

jamwaffles commented 3 years ago

Ah, I just saw #140. Let's go with that approach.

bugadani commented 3 years ago

Yes but only if you're fine with breaking changes :)

jamwaffles commented 3 years ago

Yep! That's fine. I need to get e-g 0.7 into this driver at some point too, so that's already breaking.

bugadani commented 3 years ago

@jamwaffles sorry for the noise, CI told me I'm a dummy.