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

Implemented cls(), documented Print functionality #397

Closed ropg closed 3 months ago

ropg commented 3 months ago

There was no previous way for the user to empty the logBuffer, cls() fixes that.

Also the documentation now explains the Print functionality and how it relates to the rest of the functions.

marcelstoer commented 3 months ago

Thanks, keep 'em coming, them PRs 🤓 Excellent contributions!