CHiPs

Results 16 comments of CHiPs

A naive implementation (WIP) is available at https://github.com/CHiPs44/hagl_pico_vgaboard

cf. https://en.wikipedia.org/wiki/Composite_video for an explanation of what CVBS is.

Implementation is less naive now, but still WIP.

I don't own any PicoComputer hardware for now, only 2 Picos, 1 Pico W and a VGA demo board. I'm trying to figure out how to test this, and spent...

I finally managed to test RIA alone with a serial to USB converter and our good old friend minicom, and corrected a few mistakes. Every Unicode char gives an `?`....

Hello, I'm trying to make the very same sort of batch processing for 70 128x128 icons, so I tried this command on one of them, and with my 13 colors...

I don't know if the 1.5.1 version of the SDK has upgraded TinyUSB. Seems it stayed at 0.15 which is the latest stable release.

Still not ready, checking 1/2/4 bits depth compatibility since blit and scale_blit seems to handle only 8 and 16 bits depth (1 or 2 bytes per pixel), and the last...

(resolving a bug with transparent char display...)