-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot be complied #7
Comments
Hi, compiles without errors - there is no need to fix the code. it is important to add all libraries mentioned in the code (see below) to the Arduino SDK. Then it will work! #include <M5EPD.h> |
> Hi, compiles without errors - there is no need to fix the code.
Okay an update here. |
The code fails with the comment "MyData not declared in this scope" |
Please notice: |
There is no 1.03 M5EPD library file. File versions go up to .01.5 Where did you get your version from??? |
Fantastic Project!!!!!!!! I was able to get it to work with ArduinoJson 6.12.0 and M5EPD 0.1.5. I was able to get everything to work with USA formatting. I changed the date to MM:DD:YYYY, the units for the daily to show F by returning imperial units from openweather and by changing the display to show (F) instead of (C). There is only one thing I need help with: changing the SHT-30 data to show up as F. I know the conversion formula, but where do I put it? The temp graph displayed fine but appeared to show no data, until I realized I needed to change the scale of the temperature graph from 0-100 for Fahrenehit. So I now see mph, F, and MM:DD:YYYY. Thanks so much! If you want to fork off a US measurement branch let me know and I can share the modded files with you, or create a new repository with your permission that credits your work. |
Yes please? |
Dear @Bastelschlumpf , is there any chance to fix the code?
Unfortunately it cannot be compiled, there are multiple issues.
Thank you in advance.
The text was updated successfully, but these errors were encountered: