jeffcrouse / arduino-tvout

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

ArduinoMega2560 compiler issue. #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What is the expected output? What do you see instead?

I was try to compile the demo program for NTSC in Example folder and i get the 
bellow error:

C:\arduino-0018\arduino-0018\libraries\TVout\TVout.cpp: In member function 
'void TVout::render_setup(uint8_t)':

C:\arduino-0018\arduino-0018\libraries\TVout\TVout.cpp:729: error: '_VID_DDR' 
was not declared in this scope

C:\arduino-0018\arduino-0018\libraries\TVout\TVout.cpp:729: error: '_VID_PIN' 
was not declared in this scope

C:\arduino-0018\arduino-0018\libraries\TVout\TVout.cpp:730: error: '_SYNC_DDR' 
was not declared in this scope

C:\arduino-0018\arduino-0018\libraries\TVout\TVout.cpp:730: error: '_SYNC_PIN' 
was not declared in this scope

C:\arduino-0018\arduino-0018\libraries\TVout\TVout.cpp:731: error: '_VID_PORT' 
was not declared in this scope

C:\arduino-0018\arduino-0018\libraries\TVout\TVout.cpp:732: error: '_SYNC_PORT' 
was not declared in this scope

What version of the product are you using? On what operating system?
It is the TVout_R5.9 version.

Please provide any additional information below.
I use arduinoMega2560, when I change in Tools -> Board to ArduinoUno the demo 
sketch is compiling with no errors. 

Original issue reported on code.google.com by maciej.h...@gmail.com on 4 Feb 2013 at 6:03

GoogleCodeExporter commented 8 years ago
What should I do to compile the library TVout without errors on my ArduinoMega?

Original comment by maciej.h...@gmail.com on 4 Feb 2013 at 6:06

GoogleCodeExporter commented 8 years ago
Same here.

I got an older version of the library (TVout_r3) and it compiled well, but no 
images at TV.

Original comment by elker.ca...@gmail.com on 22 Apr 2013 at 4:11