MicroView SuDoKu Solver

My son recently discovered Sudoku and I recently discovered MicroView. So, I decided to make a Sudoku puzzle solver using the little screen.

I wanted the MicroView screen to show a real-time view of the puzzle as it is being solved. No font was small enough, though! I needed a reasonably legible number font that could fit 9 digits vertically. I was able to make a 2x4 font that did the job (but there’s no zero (looks like an equals sign) and the 8 and 3 are a little obscure). For Sudoku, this worked great!

Let me know what you think!

FONT

http://imageshack.com/a/img540/2241/qYI4pM.png

Sudoko Screen

http://imageshack.com/a/img661/6792/bBPcwJ.png

Code

https://codebender.cc/sketch:94366

Video

https://youtu.be/a0uGiKGcDD0

You can also use symbols instead of numbers - works the same

Cool project