pub const BATTERY_SEGMENTS: u8 = 4;Expand description
How many fill segments the battery body is divided into.
Four is a deliberate coarseness. The e-paper diffs frames to decide how small a partial refresh it can get away with, so an indicator that moved on every sample would keep re-inking the panel; quantizing to quarters means the icon changes four times across a discharge.