Better fonts for WeatherDuino_4PESP8266_WD_v5.1 ? - Printable Version
+- WeatherDuino Forum (
https://www.meteocercal.info/forum)
+-- Forum: Weather Stations - WeatherDuino Pro2 Line (
https://www.meteocercal.info/forum/Forum-Weather-Stations-WeatherDuino-Pro2-Line)
+--- Forum: Software Questions (
https://www.meteocercal.info/forum/Forum-Software-Questions)
+--- Thread: Better fonts for WeatherDuino_4PESP8266_WD_v5.1 ? (
/Thread-Better-fonts-for-WeatherDuino-4PESP8266-WD-v5-1)
Better fonts for WeatherDuino_4PESP8266_WD_v5.1 ? -
edr1924 - 01-09-2019
Just wondering:
The 4 day forecast had beautiful fonts.
Is this also possible for the METEO display screen?
The sketch uses 48% memory so maybe there is room for this?
Would make the already fantastic WD even better...
RE: Better fonts for WeatherDuino_4PESP8266_WD_v5.1 ? -
werk_ag - 01-09-2019
Do you mean using the "beautiful fonts" for the weather data (numbers) on the main screen?
If yes, that wasn't done, not because of lack of RAM, but for other reasons. As you can see, all data which is need to be updated frequently isn't using those "beautiful fonts", only text sentences and other data which doesn't change frequently use those "beautiful fonts". Fonts are huge, and need to be constantly loaded and unloaded from the SRAM, that takes to many time and causes other problems.
RE: Better fonts for WeatherDuino_4PESP8266_WD_v5.1 ? -
edr1924 - 02-09-2019
(01-09-2019, 20:21)Werk_AG Wrote: Do you mean using the "beautiful fonts" for the weather data (numbers) on the main screen?
If yes, that wasn't done, not because of lack of RAM, but for other reasons. As you can see, all data which is need to be updated frequently isn't using those "beautiful fonts", only text sentences and other data which doesn't change frequently use those "beautiful fonts". Fonts are huge, and need to be constantly loaded and unloaded from the SRAM, that takes to many time and causes other problems.
That's clear, thanks for the explanation!