You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. If i add to setup:
TV.begin(PAL,120,96);
TV.select_font(font6x8);
millis slows down , even if i output the millis() in serial and not in TV.out
2. If i remove
TV.begin(PAL,120,96);
TV.select_font(font6x8);
millis() counter runs fine
What is the expected output? What do you see instead?
I should see milliseconds flowing, i see a more slow version of millisecond
counter.
What version of the product are you using? On what operating system?
Windows 7, Arduino 1.0.5 , last version of the library
Original issue reported on code.google.com by [email protected] on 29 Oct 2013 at 6:01
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 29 Oct 2013 at 6:01The text was updated successfully, but these errors were encountered: