add battery-ui #6
Loading…
Reference in a new issue
No description provided.
Delete branch "battery-ui"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -6,2 +6,4 @@
};
#[derive(Debug)]
pub struct Gost {
Ghost
@ -0,0 +15,4 @@
// draw fill level
{
let gohst = &state.ghost;
let percent = gohst.charge / gohst.max_charge;
GHOST!!!