rx5808-pro-diversity icon indicating copy to clipboard operation
rx5808-pro-diversity copied to clipboard

TVout,Can't compile

Open Armagedon13 opened this issue 7 years ago • 4 comments

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?

Armagedon13 avatar Jul 13 '17 04:07 Armagedon13

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

stray77 avatar Jul 19 '17 02:07 stray77

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 :)

caveymon avatar Aug 16 '17 14:08 caveymon

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

GregTronics avatar Oct 03 '17 04:10 GregTronics

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

johnbentcope avatar Apr 14 '18 20:04 johnbentcope