feat(docs): add backlight to power profiler

This commit is contained in:
Alessandro Bortolin
2021-10-09 18:25:09 +02:00
committed by Pete Johanson
parent da41391b1f
commit f8bf8bffd5
4 changed files with 146 additions and 2 deletions

View File

@@ -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: {