mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
feat(docs): add backlight to power profiler
This commit is contained in:
committed by
Pete Johanson
parent
da41391b1f
commit
f8bf8bffd5
@@ -71,6 +71,18 @@ export const underglowPower = {
|
||||
ledOff: 460, // Quiescent current of a WS2812B
|
||||
};
|
||||
|
||||
export const backlightLEDs = {
|
||||
White: 3.2,
|
||||
Blue: 3.0,
|
||||
Green: 2.2,
|
||||
Yellow: 2.1,
|
||||
Red: 1.8,
|
||||
};
|
||||
|
||||
export const backlightPower = {
|
||||
pwmPower: 510, // Estimated power consumption of PWM module
|
||||
};
|
||||
|
||||
export const displayPower = {
|
||||
// Based on GoodDisplay's 1.02in epaper
|
||||
EPAPER: {
|
||||
|
||||
Reference in New Issue
Block a user