We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02aa32b commit 2b25e79Copy full SHA for 2b25e79
drivers/uc8151/uc8151.cpp
@@ -389,7 +389,7 @@ namespace pimoroni {
389
}
390
391
void UC8151::power_off() {
392
- command(POF);
+ //command(POF);
393
394
395
void UC8151::read(uint8_t reg, size_t len, uint8_t *data) {
@@ -534,7 +534,7 @@ namespace pimoroni {
534
535
void UC8151::off() {
536
busy_wait();
537
- command(POF); // turn off
+ //command(POF); // turn off
538
539
540
0 commit comments