xperiments / arduino-tvout

Automatically exported from code.google.com/p/arduino-tvout
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
?

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