-
• #2
Eg: Use color to display battery charged status as fillRect()
- 0 - 10 % red
- 11 - 25 % yellow
- 26 - 100 % green
- 0 - 10 % red
-
• #3
Adding a different battery widget sounds like a great idea.
And yes, you can now use widgets in any app. Just use
Bangle.loadWidgets();Bangle.drawWidgets()
thenBangle.drawWidgets()
whenever you clear the screen - but ideally you just avoid clearing the 24px at the top and bottom.Settings now shows the widgets, but I haven't gone around adding them to other apps yet
There are many possibilities a battery widget can look.
Lets start with some hints:
What does the actual battery:
@allObjects provided some nice designs for a smaller one #30
@Gordon have you planed to make widgets available in all apps?
Feel free to add your ideas, wishes and designs to this conversation about the battery widget to make it a even better widget as is already is.