badzz / arduino-tvout

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

Hackvision, cannot get it to work with TVOut beta1 #81

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Buy Hackvision
2. install tvOut Library
3. try to compile the DEMONTSC

What is the expected output? What do you see instead?
Normal compilation expected, Constant errors when compiling.
eg: DemoNTSC.pde: In function 'void setup()':
DemoNTSC:29: error: 'NTSC' was not declared in this scope
DemoNTSC:30: error: invalid conversion from 'const unsigned char*' to 'uint8_t'
DemoNTSC:30: error: initializing argument 1 of 'void 
TVout::select_font(uint8_t)'
DemoNTSC:32: error: 'class TVout' has no member named 'println' 

What version of the product are you using? On what operating system?
OS X, Arduino IDE 1.05

Please provide any additional information below.
I have tried to install the TVOut library several ways and I get either a font 
error or the error listed above. My goal is to teach my son about bitmaps. If 
anyone has time I'd appreciate some guidance. Thank you.

Original issue reported on code.google.com by kevinabr...@gmail.com on 26 Mar 2014 at 4:09