This reduction is achieved by removing all characters that are not the numbers nor :
The second reduction comes in the form of removing 2 extra blank pixels on the top and 2 blank pixels on the bottom of each character, thus reducing from 32 to 28 pixels in height, thus reducing each column from 4 to 3 bytes
Alternativelly, this could be placed behind an #ifdef
This PR reduces the font for the clock function
This reduction is achieved by removing all characters that are not the numbers nor
:
The second reduction comes in the form of removing 2 extra blank pixels on the top and 2 blank pixels on the bottom of each character, thus reducing from 32 to 28 pixels in height, thus reducing each column from 4 to 3 bytesAlternativelly, this could be placed behind an
#ifdef