greiman / SSD1306Ascii

Text only Arduino Library for SSD1306 OLED displays
MIT License
500 stars 122 forks source link

Modified CalBlk36 #45

Closed mrguen closed 6 years ago

mrguen commented 6 years ago

Hello,

I just created a modified version of CalBlk36 font named CalBlk36_shortPoint

I don't know GLCD fonts so it might be wrong. It appears to be working.

I changed the point(46) width to 4 pixels so the 128*64 oled display can fit 6 digits + 1 point.

Also I didn't change this info in CalBlk36_shortPoint. h : Font size in bytes : 65586

Sincerely

greiman commented 6 years ago

I get lots of requests to add slightly modified fonts.

I resist changes that just change several characters from what the original font designers created.

I made it easy to add fonts by using the standard GLCD format so users can use their own mods.