forked from kofal.net/zmk
docs(power profiling): add nice!view
This commit is contained in:
@@ -96,4 +96,10 @@ export const displayPower = {
|
|||||||
active: 10000, // Estimated power draw when about half the pixels are on
|
active: 10000, // Estimated power draw when about half the pixels are on
|
||||||
sleep: 7, // Deep sleep power draw (display off)
|
sleep: 7, // Deep sleep power draw (display off)
|
||||||
},
|
},
|
||||||
|
// Based on the nice!view using Sharp's LS011B7DH01
|
||||||
|
NICEVIEW: {
|
||||||
|
activePercent: 0.01, // Estimated two refreshes per second taking five milliseconds each
|
||||||
|
active: 1425, // Power draw during refresh (225uA display + 1200uA SPIM)
|
||||||
|
sleep: 1, // Idle power draw of the display
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -308,6 +308,7 @@ function PowerProfiler() {
|
|||||||
</option>
|
</option>
|
||||||
<option value="EPAPER">ePaper</option>
|
<option value="EPAPER">ePaper</option>
|
||||||
<option value="OLED">OLED</option>
|
<option value="OLED">OLED</option>
|
||||||
|
<option value="NICEVIEW">nice!view</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user