-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
graphSine.autoRescale(); CRASHES THE PROGRAM #2
Comments
I tried pasting it in different places or writing the values to the graph first. In any case, the code hung with this function without even writing the initial values. |
Hi @kotovasia5120,
I hope these are useful. |
@jgOhYeah |
Modifying the Does the I2CDisplay example work? If not, then:
If the I2CDisplay example works, then we know to have more of a look at your code. If it doesn't, then the issue likely lies in the physical wiring, I2C address chosen, LCDGraph library or LiquidCrystal_I2C library. |
when using graphSine.autoRescale(); the loop hangs.
The text was updated successfully, but these errors were encountered: