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. Dowload the lastes version and install (R5.91)
2. Select Mega 2560/ADK in the board menu
3. Compile the PAL or NTSC demos
What is the expected output? What do you see instead?
Error output when compile:
C:\Users\[MyUserName]\Documents\Arduino\libraries\TVout\TVout.cpp: In member
function 'void TVout::render_setup(uint8_t)':
C:\Users\[MyUserName]\Documents\Arduino\libraries\TVout\TVout.cpp:730: error:
'_VID_DDR' was not declared in this scope
C:\Users\[MyUserName]\Documents\Arduino\libraries\TVout\TVout.cpp:730: error:
'_VID_PIN' was not declared in this scope
C:\Users\[MyUserName]\Documents\Arduino\libraries\TVout\TVout.cpp:731: error:
'_SYNC_DDR' was not declared in this scope
C:\Users\[MyUserName]\Documents\Arduino\libraries\TVout\TVout.cpp:731: error:
'_SYNC_PIN' was not declared in this scope
C:\Users\[MyUserName]\Documents\Arduino\libraries\TVout\TVout.cpp:732: error:
'_VID_PORT' was not declared in this scope
C:\Users\[MyUserName]\Documents\Arduino\libraries\TVout\TVout.cpp:733: error:
'_SYNC_PORT' was not declared in this scope
What version of the product are you using? On what operating system?
R5.91 on Arduino IDE 1.0.5-r2 in Windows 8.
Please provide any additional information below.
I didn't edit any files. Just choose Mega 2560/ADK in the board menu and try
also by yourself... :)
Original issue reported on code.google.com by [email protected] on 14 Jul 2014 at 11:57
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 14 Jul 2014 at 11:57The text was updated successfully, but these errors were encountered: