ST7735 Graphic Error #13060
Unanswered
IsaNocNoc
asked this question in
RP2040 / Pico
Replies: 1 comment
-
See these lines: def plot_time(yp, x, y, t,var=[0.0,3.3], vpts=[25,16,25,55], hpts=[25,55,112,55]):
...
# in __main__
t,x,y=plot_time(volts,t,x,y) So you are giving the |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to graph a voltage divider of a potentiometer but I get an error that I cannot understand.
This is the code:
The Error:
Beta Was this translation helpful? Give feedback.
All reactions