Skip to content
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

Look's like Battery Level Widget is not updated when removing charge cable #1790

Closed
MaBecker opened this issue Mar 16, 2020 · 3 comments
Closed

Comments

@MaBecker
Copy link
Contributor

Version 2v05, removed all apps and tried with the latest version.
Bootloader was 9 and is now 10

Cable is removed but

IMG_9918

or

IMG_9919 2

or

IMG_9926

Let me know if you need more details or tests.

@gfwilliams
Copy link
Member

Ahh - you mean because the battery widget resizes and things move around, and we now don't clear the whole top and bottom row because it interferes with the analog watch face, part of the widgets in the previous position gets left behind?

I think this'll require a change in Espruino firmware itself :( I guess the simple solution is just to move to erasing the entire top/bottom row if there were any widgets there. It'd make the code simpler anyway.

@MaBecker
Copy link
Contributor Author

This is my workaround: just do a reset with BTN3 and everything is fine

@gfwilliams
Copy link
Member

In some watch faces (the ones which do g.clear() when the LCD is turned on) it'll clear up pretty quick.

We could just modify the bootloader to overwrite Bangle.drawWidgets with the older version

@gfwilliams gfwilliams transferred this issue from espruino/BangleApps Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants