Skip to content

Commit

Permalink
docs(power profiling): add nice!view
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicell authored Oct 8, 2022
1 parent 605d88f commit bdc706f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/data/power.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,10 @@ export const displayPower = {
active: 10000, // Estimated power draw when about half the pixels are on
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
},
};
1 change: 1 addition & 0 deletions docs/src/pages/power-profiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ function PowerProfiler() {
</option>
<option value="EPAPER">ePaper</option>
<option value="OLED">OLED</option>
<option value="NICEVIEW">nice!view</option>
</select>
</div>
)}
Expand Down

0 comments on commit bdc706f

Please sign in to comment.