My son and I made a DIY Arduboy using an Arduino Leonardo. It was working well and we were able to upload games using Arduino IDE. All of a sudden certain games stopped working. I’m able to upload and run example sketches from the Arduboy folder (ArduBreakout, Hello World) but not from the Arduboy2 folder. Ardubreakout from the Arduboy2 folder used to work but now we just get a black screen. Also, Mystic Balloon used to work but now we just get some random pixels lit up near the bottom of the screen. Catacombs of the Damned still works perfectly though. We don’t get any compiling or uploading error messages from Arduino IDE.
I checked through the forums and couldn’t find anyone else with this issue. I’m pretty new to Arduino and I don’t have much experience with coding. Wondering if anyone has any suggestions for what I could try. My son was having a blast with playing the games until we hit this stumbling block.
Thanks so much for the quick reply! I wasn’t using the homemade package but I just installed it and deleted the libraries from my library folder. Same issue. I took your advice and tried checking the display wires and noticed that when I unplugged the CS wire and left nothing plugged in there, the display started working! I guess I either had things wired up wrong or I’m using the wrong kind of display.
ok then you’ve wired your DIY Arduboy up using the standard wiring. In that case CS should be connected to GND.
Good to hear that but with an unconnected CS pin, you may expect odd behaviour. It is recommended to connect the CS pin to GND
looking at that link, it seems you can use I2C by changing the R1 to R4 resistor configuration but is configured by default for 4 wire SPI as used by Arduboy.