Skip to content
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

TVout,Can't compile #140

Open
Armagedon13 opened this issue Jul 13, 2017 · 4 comments
Open

TVout,Can't compile #140

Armagedon13 opened this issue Jul 13, 2017 · 4 comments

Comments

@Armagedon13
Copy link

hi i can't compile, and yes, i read the closed issue, but, i don't have linux for remplace the archive. Can someone pass me the cpp file?

@stray77
Copy link

stray77 commented Jul 19, 2017

Does this help? I really can't tell what you're looking for.
https://github.com/Avamander/arduino-tvout

@caveymon
Copy link

I had this issue too. Some compiler switches have changed between arduino ide versions, and newer (1.8+) don't seem to support macros anymore.

I patched the tvout library included in this project on my own local copy. Haven't bothered to push the changes, maybe I should somehow.

havent been able to test it yet, but I needed it for a small modification I did to the schematics. Not sure if it has the sorted effect though :)

@GregTronics
Copy link

Per the closed thread, the way to fix this error is to go into the video_gen.cpp file and replace all the asm macros with the asm functions. My patched one is attached. Works with newest compiler and can confirm the screen works again.
video_gen.zip

@johnbentcope
Copy link

GregTronics, replacing video_gen.cpp in the library folder results in new errors, mostly stating "Error: macro 'macroNameHere' was already defined. Any thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants