New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not compiling examples on Arduino 1.8.2 #106
Comments
|
Thank´s for this comment... I spent the whole hour of trying to compile these f;king samples |
|
Me too! Wish I'd have looked here first. |
|
@ricardojlrufino, can you make a PR so we can all use your changes ? |
|
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: