pico-examples icon indicating copy to clipboard operation
pico-examples copied to clipboard

16 bit RGB565 colors in dvi_out_hstx_encoder example and enable sound

Open fhoedemakers opened this issue 8 months ago • 1 comments

Does anybody know how to use change the example in https://github.com/raspberrypi/pico-examples/tree/master/hstx/dvi_out_hstx_encoder to display an image in RGB565 in stead of RGB332.

I was asked to change the Pico-InfoNes NES emulator to work with HSTX. I have an Adafruit Metro RP2350.

The test repo can be found here: https://github.com/fhoedemakers/pico-infonesFB/tree/HSTX This is a version without menu or sd-card support. Roms must be compiled into the .uf2

It works but only with 8 bit RGB332 colors . There is also no sound, which comes to my second question, how can i enable it for sound?

fhoedemakers avatar May 10 '25 16:05 fhoedemakers

This is probably the sort of question you should be asking at https://forums.raspberrypi.com/viewforum.php?f=143

There is also no sound, which comes to my second question, how can i enable it for sound?

I suspect that the example you're referring to is using HSTX to output DVI, which (unlike HDMI) only supports video data, not audio data.

lurch avatar May 10 '25 18:05 lurch