Close

Progress as on 18 Nov 2017

A project log for Breakout on ARM7 LPC2148

An implementation of "Breakout" game, originally developed by 'Atari' in 1976

gaurav-sharmagaurav sharma 11/19/2017 at 07:410 Comments

Connected the glcd, two switches to the micro controller board.

Attached a 10K potentiometer to set contrast on glcd.

Implemented a timer(using builtin hardware timers) for precise timings correct to 1 microsecond.

Initialized the GLCD using commands from GLCD datasheet.

Implemented functions to set and clear pixels at arbitrary coordinates on the glcd.

Tested the user input through buttons and all other connections.

Discussions