dangiu / PicoMemcard

Emulating PSX Memory Card (or controller) using a Raspberry Pi Pico
GNU General Public License v3.0
528 stars 38 forks source link

Update config.h #76

Closed nsomniac281 closed 4 months ago

nsomniac281 commented 5 months ago

attempt to make compatible with RP2040-LCD-.0.96 to show status or at least colors to make sure it is loaded and functioning properly, this first change fixes a conflict with the attached screens default pin selection. the pins used by the 0.96in LCD are PIN 11 (GP 8), PIN 12 (GP 9), PIN 14 (GP 10), PIN 15 (GP 11), PIN 16 (GP 12).

nsomniac281 commented 4 months ago

sorry about that, im kind of new to all of this and got a little confused, i thought i was editing files in my own repo while in fact i was not.