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

Exists an example for text scrolling? #231

Closed davidwowa closed 5 years ago

davidwowa commented 5 years ago

Hi,

exists an example for text scrolling?

thx

Joennuh commented 5 years ago

SSD1306DrawingDemo.ino contains a vertical scrolling text. Maybe that does fit your needs? If you are searching for a horizontal scrolling text: I haven't found a solution for that yet and I'm also wondering how that could be implemented with this library.

davidwowa commented 5 years ago

thx