Show warnings if the display cannot be written to, but dont completel…#17
Open
zgohr wants to merge 2 commits intoopenaps:masterfrom
Open
Show warnings if the display cannot be written to, but dont completel…#17zgohr wants to merge 2 commits intoopenaps:masterfrom
zgohr wants to merge 2 commits intoopenaps:masterfrom
Conversation
…y bomb so we can still get rig voltage readings.
scottleibrand
pushed a commit
that referenced
this pull request
Feb 13, 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
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
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.
…y bomb so we can still get rig voltage readings.
Resolves #16
There are also a few formatting consistency things, and I got rid of some unused imports.