Replies: 1 comment 5 replies
-
Are you running the loop all at once without updating the screen incementally....thus you are seeing the dial at 0 and 100 and notthing in between..move the Upddate inside the FOR with a delay.... |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am trying to make a simple RampGauge that goes from 0 to 99 in increments, but the gauge is not moving at all.
LCD module: 0.9" OLED (I2C) connected to NodeMCU.
The code :
In the serial monitor I can see the counting works just fine.
Beta Was this translation helpful? Give feedback.
All reactions