The display module (display.c and display.h) are the only new files for assignment 2. You can base your solution on the previous assignment 1, set_clock.c, but remember to modularize the soulition with a clock module, a display module, an ui module, a communication module and a separate set_clock program using the modules. You need to create the files for the clock module. The files for the ui module and the communication module are avaiable in assignment 1.