jpolton
jpolton
I really like this functionality. I compiled and ran it on OSX10.15 (Catalina).
Started a PR: [#202](https://github.com/G6EJD/ESP32-e-Paper-Weather-Display/pull/202). Implemented in Waveshare_7_5_T7.ino only, for now.
Edits should work on other screens but the forecast graph spacing might have to be tweaked to get the extra y-axis labels to fit. For the 7.5" 800x480 screen this...
> Yes :-) @dreamy1 @Kobbe1 Let me know what board you have, I'll make the changes for it and you could see if it looks OK?
> I agree, actually OWM’s predicted rainfall amounts to gives a profile of predicted precipitation without the need to draw it as yet another graph line. Yes but overlaying "probability...
Associated PR #202 got closed when I attempted to move it off my master branch. Created a new [PR](https://github.com/G6EJD/ESP32-e-Paper-Weather-Display/pull/232)
Tested with a newer gcc compiler. It all works as expected. The zoom is a nice touch.
> Thanks. Will it still work with python 2 after these changes? That is a really good point! No it wouldn't. So I have added a legacy file `wikidoc_py27.py` which...
I added "megaavr" to the allowed architectures in `library.properties`: ``` ... architectures=avr,esp8266,esp32,stm32,megaavr ... ``` and I was able to send messages using an Arduino Nano Every (ATMega4809). E.g. ``` #include...