Replies: 1 comment
-
Have a read of #52 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I am new to attiny85, and surely very new to tiny4koled. I am using this library to write text to a 128x64 OLED display.
What I notice is that the times it takes to write anything on the screen is quite long. I very, very roughly estimate that
oled.clear()
takes ~300ms (miliseconds) to execute, while every line written to the screen take additional ~60ms per line.Is this normal? Is this a reflection of attiny85s intrinsic slowness, the library's limitations, or something that perhaps I am doing very wrong?
I am copy-pasting the relevant part of my code:
Beta Was this translation helpful? Give feedback.
All reactions