Avamander / arduino-tvout

Arduino-TVout
332 stars 82 forks source link

Not compiling examples on Arduino 1.8.2 #106

Closed ricardojlrufino closed 4 years ago

ricardojlrufino commented 7 years ago

The examples do not compile giving a linkage error. I had to make the following changes to work.

Rename folder TVoutfonts to utility Remove folder TVout (Has a folder inside the other) Change import to #include <utility/fontALL.h> in sample

hafo821 commented 7 years ago

Thank´s for this comment... I spent the whole hour of trying to compile these f;king samples

allnewmike commented 7 years ago

Me too!

Wish I'd have looked here first.

nathantsoi commented 7 years ago

@ricardojlrufino, can you make a PR so we can all use your changes ?

ric96 commented 7 years ago

@nathantsoi https://github.com/Avamander/arduino-tvout/pull/107

treaki commented 7 years ago

i had a similar issue and i solved it by just coping all files from ~/Arduino/libraries/TVout/TVoutfonts to Arduino/libraries/TVout ... Then it worked