Flicker on SSD1306 Display #1435
Unanswered
phippstech
asked this question in
Q&A
Replies: 1 comment 4 replies
-
With u8x8 try to avoid clear screen. Instead overwrite existing values directly. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm currently working on a project that I want to display a "Setting", an angle, and symbol (up arrow, down arrow and check mark) at the same time (the value of the angle will change and when the value is in a certain threshold, the symbol will change). We have managed to get the "setting and angle" displaying but the symbol flashes through at different times. The text will also flicker at the same time of the delay that is built in my accelerometer code.
I guess our question is the flicker completely from the delay from the accelerometer and is there a work-around for that. Attached is the source code
Many thanks!
DKS_SC_V3.txt
Beta Was this translation helpful? Give feedback.
All reactions