Fix nice\!view active power usage (can't forget SPIM\!)
This commit is contained in:
parent
b8ae1747f8
commit
292d04d7dd
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ export const displayPower = {
|
||||||
// Based on the nice!view using Sharp's LS011B7DH01
|
// Based on the nice!view using Sharp's LS011B7DH01
|
||||||
NICEVIEW: {
|
NICEVIEW: {
|
||||||
activePercent: 0.01, // Estimated two refreshes per second taking five milliseconds each
|
activePercent: 0.01, // Estimated two refreshes per second taking five milliseconds each
|
||||||
active: 225, // Power draw during refresh
|
active: 1425, // Power draw during refresh (225uA display + 1200uA SPIM)
|
||||||
sleep: 1, // Idle power draw of the display
|
sleep: 1, // Idle power draw of the display
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue