You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for bumping this up. I've implemented this feature in a feature branch, which you can test like this:
cd~/Inkycal
source venv/bin/activate
git stash # in case you have custom changes
git pull # update the repo
git stash pop # undo the custom changes
git checkout feature/#378 # switch to branch with this feature request
python inky_run.py
It basically boils down to the following:
Please let me know if this works for you so I can merge the PR 👍
Is your feature request related to a problem? Please describe.
don't know battery level
Describe the solution you'd like
Module for a single-line battery-level % or better yet addition to the debug line at the bottom showing last update
Describe alternatives you've considered
installing i2c-tools, i couldn't get the battery level to read out and gave up
The text was updated successfully, but these errors were encountered: