shuichitakano / pico-infones

infones for pico
GNU General Public License v3.0
71 stars 7 forks source link

Add suport for spotpear pico hdmi board #15

Open sirchicken1337 opened 4 months ago

sirchicken1337 commented 4 months ago

Hello there! Awesome project! :) is it maybe possible to make the emulator also work with the spotpear pico hdmi board instead of the dvi sock? kind regards

shuichitakano commented 4 months ago

Hello,

Looking at the schematic, the Spotpear Pico HDMI seems to be compatible with PicoDVI, so if you change around line 35 of main.cpp to:

#ifndef DVICONFIG
#define DVICONFIG dviConfig_PicoDVI
#endif

I think it should work.

sirchicken1337 commented 4 months ago

Cool! How do i compile the uf2 after editing? Sorry, i'm a complete noobie on programming.