Skip to content

jpcunningh/openaps-menu

This branch is up to date with openaps/openaps-menu:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

883ef71 · Aug 18, 2019

History

55 Commits
Aug 18, 2019
Feb 26, 2018
Feb 13, 2019
Jun 24, 2019
Aug 18, 2019
Oct 14, 2017
Jun 24, 2019
Jun 24, 2019
Oct 14, 2017
Feb 13, 2019
Jun 24, 2019

Repository files navigation

openaps-menu

This is the repository holding the menu-based software code, which you may choose to add to an Explorer HAT or other screen-based rig (e.g., Adafruit Radiofruit Bonnet) in order to visualize and enter information into a Pi-based #OpenAPS rig.

See here for more details on the Explorer HAT hardware.

You can set your preferred auto-updating status screen using the following setting in your ~/myopenaps/preferences.json:

"status_screen": "bigbgstatus" will display the big BG status screen (no graph).

"status_screen": "off" will not auto-update the status screen.

"status_screen": "blank" will wipe the screen during the auto-update, but will wake up when you press a button to let you access menu options.

By default, the auto-updating status script will invert the display about 50% of the time, to prevent burn-in on the OLED screen. You can turn this off with the following setting in your ~/myopenaps/preferences.json:

"wearOLEDevenly": "off"

Or you can have it invert the display from 8pm to 8am with:

"wearOLEDevenly": "nightandday"

Example screen outputs (Note: these are examples. The latest code may yield different menu items and screen displays)

Status screen:

Status screen

Graph:

Graph visual on screen

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.1%
  • Shell 7.9%