polpo / picogus

Emulation of ISA sound cards on Raspberry Pi Pico (GUS, Adlib, MPU-401, Tandy, CMS)
GNU General Public License v2.0
518 stars 34 forks source link

RGB LED issue for YD-RP2040 VCC-GND Studio Board #35

Open aaydev opened 4 months ago

aaydev commented 4 months ago

Hi! I apologize in advance if this is a repeat question. There is a cheap chinese RP2040 board developed by VCC-GND Studio known as "YD-RP2040": e.g.: https://makerselectronics.com/product/yd-rp2040-vcc-gnd-studio-microcontroller-board This board contains the RGB WS2812 LED controlled by GP23. When using this board with picogus firmware, this RGB LED is always on after the first sound output: gQ4Ac80 Is there any way to fix this issue in future firmware? Thank you in advance!