forked from openaps/openaps-menu
-
Notifications
You must be signed in to change notification settings - Fork 2
Bugfixes and improvements #17
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
Merged
Conversation
This file contains hidden or 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
Owner
cluckj
commented
Jan 30, 2019
- Uses socket server to control the display, for faster rendering and fewer vertical scrolling bugs.
- Some OpenAPS loop error messages are displayed on the graph status screen.
- Adds a new status screen with more readable glucose number, and no graph. Can be set by inserting "status_screen": "bigbgstatus" into ~/myopenaps/preferences.json
- Autoupdating status screen can be turned off by setting "status_screen": "off" in ~/myopenaps/preferences.json
- Will invert screen ~50% of the time to evenly wear the OLED module. This can be turned off by setting "wearOLEDevenly": "off" in ~/myopenaps/preferences.json. Added 8pm-8am inversion mode too (more lit pixels during the day, fewer at night), which can be set with "wearOLEDevenly": "nightandday" in ~/myopenaps/preferences.json.
- Will display an error message (and not crash) when OLED module is broken. (Converted to use node-pi-buttons module and made pi-buttons a separat… #16 & Bugfixes and improvements #17)
- Error messages and warnings are sent to openaps-menu service log, instead of looplog.
- Turns brightness down on the OLED screen (for most things).
- IP address list includes bluetooth IP
- Fixes battery drawing code (Fake values to prevent NightScout crash #18)
Fixes crash when actual number of BGs in monitor/glucose.json is fewer than the number we want to display (72 or 120). Thanks to @mhaeberli for catching & patching! Also fixes graph offset so we have a continuous line of BGs.
Prevent newline (#14)
Fix for low number of BGs and offset
upgrade jon-dev with node pi buttons
fixes and improvements
Revert "upgrade jon-dev with node pi buttons"
This should help keep openaps-menu from crashing when the screen is broken.
bugfixes and add preferences toggle for status display
more preferences, update big_bg_status.js
Bryan merged upstream bugfixes...
Random comma?
cluckj
added a commit
that referenced
this pull request
Apr 15, 2019
* Converted to use node-pi-buttons module and made pi-buttons a separate service. * Bugfixes and improvements (#17) * Fix for low number of BGs and offset Fixes crash when actual number of BGs in monitor/glucose.json is fewer than the number we want to display (72 or 120). Thanks to @mhaeberli for catching & patching! Also fixes graph offset so we have a continuous line of BGs. * customizations for jon's production rig * various personalizations and possible improvements * revert screenoff code and add pump status to screen * status screen improvements and bugfixes * Update README.md * improvements, bugfixes, and exit on display malfunction * Clearer error messages * comments * fixing error handling when only writing to the screen once * bugfixes * stop calling status scripts from the commandline * use socket server to control display * improvements and bugfixes * status screen for cas * nice typo * Remove custom rig code * revert readme * fixes and improvements * Revert "upgrade jon-dev with node pi buttons" * Don't crash if buttons are pressed & screen broken This should help keep openaps-menu from crashing when the screen is broken. * bugfixes and add preferences toggle for status * more preferences, update big_bg_status.js * Update README.md * Update menu.json * Delete casstatus.js * Revert package.json Bryan merged upstream bugfixes... * Remove comma Random comma? * Add preferences switch info * Add 8am-8pm invert display option. * Add 8am-8pm invert display option. * Variable name bugfix * Logic fix for day/night inversion * Logic fix for day/night inversion
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.