atomic-salamander / puzzle_pack

Atomic Puzzle Pack 3-in-1 game for Arduboy
13 stars 5 forks source link

Just cloned repo, uploaded successfully, but got a blank screen. #2

Closed colinta closed 7 years ago

colinta commented 7 years ago

😢

Anything I can do to help debug? I'll try to find out where the code is hanging (I assume it's stuck somewhere)

colinta commented 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)

MLXXXp commented 7 years ago

https://community.arduboy.com/t/atomic-puzzle-pack/459/35

https://github.com/MLXXXp/puzzle_pack

colinta commented 7 years ago

👍