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 ](https://github.com/fhoedemakers/pico-infonesPlus ) 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?