-
Notifications
You must be signed in to change notification settings - Fork 260
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
Comments
Does this help? I really can't tell what you're looking for. |
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 :) |
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. |
GregTronics, replacing video_gen.cpp in the library folder results in new errors, mostly stating "Error: macro 'macroNameHere' was already defined. Any thoughts? |
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?
The text was updated successfully, but these errors were encountered: