Wren6991 / PicoDVI

Bitbanged DVI on the RP2040 Microcontroller
BSD 3-Clause "New" or "Revised" License
1.23k stars 135 forks source link

Wrap header with ifdef for C++ compatibility #51

Closed bruelltuete closed 1 year ago

bruelltuete commented 1 year ago

Was scratching my head there for a bit when the linker didn't find dvi_init.

This seems like a generally useful addition, hence PR.