Replace LCD 12864J-3 V1 with a GMC12864-06D
Hello, I'm new to Arduino and I'm trying out projects on GitHub and other sites. I recently decided to make a MIDI controller for my pedalboard. While researching, I found a very interesting open-source project, but I'm interested in trying to run it. I don't understand the project, but it uses a 128x64 ST7920 5V LCD DISPLAY 12864J-3 V1, but I'd like to use a GMG12864-06D Ver 2.0. Both use the same library, but the pinouts are different. The 12864J-3 v1 has 20 pins and the GMG12864-06D has 13 pins. I managed to load and run Graphictest on both, but when I load the MIDI controller code, it doesn't run on the GMG12864-06D. Does anyone have any ideas on how I can adapt the code to run with this display?
follow the link to the project's website and github repository

