Skip to content
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

TV.OUT slows the millis() function... #74

Open
GoogleCodeExporter opened this issue Mar 12, 2016 · 1 comment
Open

TV.OUT slows the millis() function... #74

GoogleCodeExporter opened this issue Mar 12, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 littleve...@gmail.com on 29 Oct 2013 at 6:01

@GoogleCodeExporter
Copy link
Author

?

Original comment by littleve...@gmail.com on 2 Nov 2013 at 12:30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant