ESP8266 Feature Preview: More Fonts for the Weather Station!

I’m working on a new version of the Weather Station code. The first shot was the jason-streaming-parser library which allows me to fetch bigger objects directly from the source without the need of an proxy PHP script.
The next step is to add more features to the display library. One is to allow more fonts and sizes. The current version only has one font and two sizes. For this I wrote a little Java program which converts any given TrueType font into a bitmap font readable by the display library. In the example below you see the Stencil Std font. Looks pretty, isn’t?
What features are you missing on the WeatherStation? Write a tweet or a comment to this post and share your thoughts!

Thanks again to @mikerankin for sending me his beautiful ESP-01 based “one-board” display! You can find the layout for his PCB here: https://github.com/mike-rankin/ESP8266_OLED_Display

Preview of the new display library for ESP8266 and SSD1306 based
OLED library. Stencil font displayed on @mikerankin ‘s board creation

By the way, the WeatherStation Kit is available at the shop: https://shop.squix.ch

Now a beer! Did you like this post? It often takes me several hours of my free time to write one. If I was your neighbour would you offer me a beer for the hard work I did for you? The beauty is: beers can be teletransported with a painless donation using Paypal. A beer in a Swiss bar costs about USD $4.80. Or use this affiliate link if you order something on Banggood and I'll get a small kickback. Thank you!
Related:  Oled 128x64 SSD1306 display & Arduino - How to get started