Panda381 / PicoVGA

VGA/TV display on Raspberry Pico
200 stars 40 forks source link

License? #19

Open mrdudz opened 11 months ago

mrdudz commented 11 months ago

What License applies to this code? Is it ok to use in a commercial/closed source context?

Panda381 commented 11 months ago

Yes, the code can be used freely, for commercial or non-commercial purposes. But I want to warn you that I no longer support this library because it is too difficult to use. And it is advisable to make a modification to it to add HSYNC+VSYNC, because some monitors do not support composite CSYNC. I prefer to use the PicoLibSDK library, where the display driver is simpler, using a simple frame buffer. https://github.com/Panda381/PicoLibSDK

mrdudz commented 11 months ago

Thanks for quick answer!

It would be great if you could a license text, or link to it in the readme, though :)