Problem
Write a C program to continuously display the course number 'COMP551' centred on the top line of the LCD. Only display it once, do not keep updating the first line or it will flicker.
Centred on the second line of the LCD, display a counter that counts up from 0 to 99, with a b2 second delay, in between each number displayed. Once the count reaches 99, it should roll-over and start counting from 0. Use the on-board button to stop and start the count (button pressed and held displays/continues the count, button released displays the current number of the count).