-
-
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
Coolgraphs #40
Closed
Closed
Coolgraphs #40
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shows wifi and api connection status after animation
clean up display code, makes device run faster
clean up animations fix loading bar not animating up
fix bugs with animations resetting when pressing buttons while booting clean up bottom bar (loading, media duration, volume) position code add a few new characters to glyphs
* pretty much everything is hardcoded for now * graph is basic lines, no fancy stuff (auto scale, legends, thickness, line style ...) * json stuff needs to out of sensor class * lots of other stuff not done (unneeded includes, vars, copy instaead of ref ...)
…otype * long press on any item in sensor menu will show a graph (the same graph) * every 30 s a new value is added to the graph * graph stuff for custom component in graph.h and graph.cpp * use homeThing string to find custom extensions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#30
Pretty basic first commit for graphs. See commit msg for limitations and a list of todos (not all I guess :D).
If you want to use check esphomeRemoteSensor.h and replace the respective stuff in
<>
. The json parser hits esps memory limit quite fast. I'm sure there's room for optimisation but we'll see if it;s enough.