Skip to content

Commit

Permalink
Merge pull request #7 from pimoroni/patch-drop-backlight-control
Browse files Browse the repository at this point in the history
Drop set_backlight from main.cpp for #6
  • Loading branch information
Gadgetoid authored Feb 17, 2021
2 parents 5c1648b + f0de228 commit 3cd1026
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ PicoExplorer pico_explorer(buffer);
int main() {
pico_explorer.init();

// set the backlight to a value between 0 and 255
// the backlight is driven via PWM and is gamma corrected by our
// library to give a gorgeous linear brightness range.
pico_explorer.set_backlight(100);

pico_explorer.set_pen(255, 0, 0);

while(true) {
Expand Down

0 comments on commit 3cd1026

Please sign in to comment.