Closed colinta closed 7 years ago
I added this code to setup()
, immediately after arduboy.start()
arduboy.setCursor(46, 28);
arduboy.print("DEBUG");
arduboy.display();
while ( 1 ) {}
And still just a blank screen. This is on Arduboy 1 (not dev kit)
👍
😢
Anything I can do to help debug? I'll try to find out where the code is hanging (I assume it's stuck somewhere)