SpacehuhnTech / esp8266_deauther

Affordable WiFi hacking platform for testing and learning
http://deauther.com
Other
13.55k stars 2.61k forks source link

Smaller font #1731

Open darthjee opened 3 months ago

darthjee commented 3 months ago

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 bytes

Alternativelly, this could be placed behind an #ifdef