ThingPulse / esp8266-oled-ssd1306

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
https://thingpulse.com
Other
2.02k stars 640 forks source link

different font types cannot be generated #131

Closed tofrnr closed 4 years ago

tofrnr commented 7 years ago

different font types cannot be generated; the provided link does not load and so appears to be broken. Currently I need a fixed_font type by different point sizes (e.g., Courier).

squix78 commented 7 years ago

I had to restart the server. it is online again. If you agree please close this issue...

2017-06-15 18:26 GMT+02:00 tofrnr notifications@github.com:

different font types cannot be generated; the provided link does not load and so appears to be broken. Currently I need a fixed_font type by different point sizes (e.g., Courier).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/squix78/esp8266-oled-ssd1306/issues/131, or mute the thread https://github.com/notifications/unsubscribe-auth/AArwFsxqXIiCcw7o1guu9mAn92_qAXrIks5sEVsjgaJpZM4N7c0R .

tofrnr commented 7 years ago

ok, I did it - now I get a huge file, but how to switch now in my code between the standard proportional font and the new generated 8pt or 20pt Courier font ? I expected something like

display.setFont(Courier, 8); //... display.setFont(Arial, 8); //... display.setFont(Courier, 20); //... display.setFont(Arial, 12); //...

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.