-
Notifications
You must be signed in to change notification settings - Fork 224
Fixed second screen forecast icon and PoP. Added night icons processing. #45
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
Conversation
Changes: - added 4 night time icons - added converter-tool to generate c code from own pictures Dependency: - Until/if merge to squix87 branch occurs, use https://github.com/lorol/esp8266-weather-station replacement library and uncomment #define NIGHTICONS in WundergroundConditions.h and WundergroundForecast.h
Added an improvized hack to override Arduino IDE board menus to add a "global" custom -D define
Deep Sleep/Wake replaced with screen off/on. Touch over WiFi icon forces the update from Internet Touch over Battery icon turns screen off. Touch (and hold) the lower part of screen turns screen on. When screen is on touching the lower part of screen toggles 12/24h clock format. 12h clock = auto screen off (after 10 min). Clock / date are hidden until synchronized.
Icon's / main logo corrections. Added reference picture's files.
Display tool minor modification new-icons removed
(An alternative way for only two WiFi credentials, see SVN Rev.63) AC symbol inside battery - preparing to process a battery charger in future
|
There's certainly some goodness in here but we can't merge it as-is. Please prepare individual and isolated change sets for individual features. Smaller PRs are much easier to reason about and they stand a much better change for timely review and merge. |
|
Understand ... but maybe later. I hope meanwhile someone will get my ideas and made them merge-able :) On my devices the hack just work fine. |
Changes:
Dependency:
uncomment #define NIGHTICONS in WundergroundConditions.h and WundergroundForecast.h
More details at: Forecast last entry has wrong icon #39