I tried TV Out last week and I've been stuck on a problem. I've noticed when I make a white border surrounding the whole screen, I can see that it doesn't start in the top left, rather it's moved down and right by a good 10 pixels. Second, my TV cuts off the bottom right of whatever is suppose to be displayed. It's like it won't "center" the screen right. My resistors measure almost exactly what is needed for the cable. Any help?
almost exactly
?
How much difference is there between what you measure and what you should have?
Where IS your code?
PaulS:
almost exactly
?
How much difference is there between what you measure and what you should have?
Where IS your code?
I have 469 Ohms of resistance instead of 470. That's normal though, that shouldn't be the problem. Anyways, here is my code:
#include <TVout.h>
TVout TV;
void setup() {
TV.begin(NTSC,120,96);
TV.draw_rect(0,0,120,96,1,0); // Rectangle starts top left corner. (x0,y0,width,height,color,fillcolor).
}
void loop(){
}
Someone else had a problem like me, but wasn't solved http://forum.arduino.cc/index.php/topic,119905.0.html