greiman / SSD1306Ascii

Text only Arduino Library for SSD1306 OLED displays
MIT License
500 stars 122 forks source link

ticker issues #73

Closed kd8bxp closed 4 years ago

kd8bxp commented 4 years ago

I have tried the ticker example using a ESP32 (TTGO LoRa32 w/oled) board, the basic ticker works, But when I try to put text below it the text ends up going over top the ticker. The ticker continues to update under the new text. I have tried to change the row of the ticker, but it is always at the top of the display. I think I need some example that shows the ticker with other text - and or a example that has the ticker lower (maybe center of the screen) or both.

Thank you

kd8bxp commented 4 years ago

Not sure what happen, I tried again tonight, and it is working. It's even better, I've been able to get two tickers going across the screen. Thank you