-
Progress as on 18 Nov 2017
11/19/2017 at 07:41 • 0 commentsConnected 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.