Game of Life running on an Arduino + Nokia 5510 LCD

Conway’s Game of Life is a zero-player game created by british mathematician John Conway. It looks pretty good on Nokia LCD displays, so I ended up implementing it on the Arduino/Nokia LCD as an exercise to consolidate what I’ve learned and to learn a few things more also. The circuit doesn’t really need to be so messy with so many resistors (It needs to have voltage dividers so that the 5v arduino output can feed the 3.3v LCD input) as they can be replaced by a single IC converter chip, but I never got around to change this.

Source code @ GitHub