Increase light brightness
This commit is contained in:
parent
d76fd8cc39
commit
d3eeb02d2f
|
@ -31,7 +31,7 @@ static HEAP: Heap = Heap::empty();
|
|||
|
||||
const LIGHT_SCALE: I16F16 = I16F16::lit("256.0");
|
||||
const DASHBOARD_BRIGHTESS: u8 = 1;
|
||||
const BODY_BRIGHTNESS: u8 = 8;
|
||||
const BODY_BRIGHTNESS: u8 = 16;
|
||||
|
||||
struct DebouncedButton<P: PinId> {
|
||||
debounce: Instant,
|
||||
|
|
Loading…
Reference in New Issue