ThingPulse / esp8266-oled-ssd1306

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
https://thingpulse.com
Other
1.98k stars 638 forks source link

Minor clarification added #398

Closed ropg closed 3 months ago

ropg commented 3 months ago

Not wrapping at end of line is really the only difference between what we do and what people might expect, so good to explain it.

marcelstoer commented 3 months ago

Two ways to fix this

ropg commented 3 months ago

Oh wow, my git-messing shows up as 7 commits for a lousy extra line in the README. I'm sorry, will fix that.

Also: I actually considered implementing proportional wrappping, but the small size of these displays and the fact that it would be computationally significant on older Arduinos kept me from doing it.

ropg commented 3 months ago

Right, now as only one small commit instead of 7...