I have written a test program for Arduino to serial.print inputed trackbar changes from my Screen.
It works perfectly reading from trackbar0 and trackbar1, but as soon as I try using more trackbars, the Arduino acknowledge the object sent data but no data is returned.
my script tells me for example trackbar2 did activate but not data was received.
while trackbar0 and 1 function correctly.
Is there a limit on how many trackbars can be used on one form?
I have tried writing the program to ram, flash and uSD
It works perfectly reading from trackbar0 and trackbar1, but as soon as I try using more trackbars, the Arduino acknowledge the object sent data but no data is returned.
my script tells me for example trackbar2 did activate but not data was received.
while trackbar0 and 1 function correctly.
Is there a limit on how many trackbars can be used on one form?
I have tried writing the program to ram, flash and uSD
Comment