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
2k stars 638 forks source link

Add print() and println() to UI class #35

Closed squix78 closed 8 years ago

squix78 commented 8 years ago
FWeinb commented 8 years ago

We should implement Arduinos Print.h in OLEDDisplay.h after that we could add some functions like setLogBufferSize(rows) that would define how many rows would be displayed. To draw the log we could than have a drawLogArea(uint16_t x, uint16_t y, uint16_t width) function.