Hothomir / weather-report

Weather display project, featuring Inky e-ink displays and a Raspberry Pi.
MIT License
28 stars 1 forks source link

Detailed Condition cuts off #16

Open Hothomir opened 2 years ago

Hothomir commented 2 years ago

On the display, the Detailed Condition sometimes gets cut off by the display and does not print properly. This is usually an issue only for longer, descriptive conditions, such as "scattered clouds" or "light shower snow".

The idea is to indent the lines once they are too long, but only have it specific to some conditions as it does not apply to all.

Hothomir commented 2 years ago

Currently considering the best approach to be this:

Initially I was thinking of having the output automatically readjust itself each instance the program is run, but the process seems to be much more intricate than I initially wanted it to be.