I will make a suggestion.... We have an area in the middle that displays digits 0~9 and the hours are on the left and bottom... And the right shows hours in the bottom two LED's
Is this what you need.. If I'm correct then you can store the centre 6x7 digits 0~9 as bitmaps ( only 10 needed.)
Then if you change your code to draw columns instead of rows you can blit the Hours and 10's mins afterwards..
That will leave just the hours 9~12 which can be inserted last...
Is this what you need.. If I'm correct then you can store the centre 6x7 digits 0~9 as bitmaps ( only 10 needed.)
Then if you change your code to draw columns instead of rows you can blit the Hours and 10's mins afterwards..
That will leave just the hours 9~12 which can be inserted last...