kopia lustrzana https://github.com/pimoroni/pimoroni-pico
UC8151: Do *not* power off display.
Leave the IC powered so that it drains residual voltage into its circuits, rather than the display itself. Or so the theory holds.pull/1020/head
rodzic
02aa32bc36
commit
2b25e791a7
|
@ -389,7 +389,7 @@ namespace pimoroni {
|
|||
}
|
||||
|
||||
void UC8151::power_off() {
|
||||
command(POF);
|
||||
//command(POF);
|
||||
}
|
||||
|
||||
void UC8151::read(uint8_t reg, size_t len, uint8_t *data) {
|
||||
|
@ -534,7 +534,7 @@ namespace pimoroni {
|
|||
|
||||
void UC8151::off() {
|
||||
busy_wait();
|
||||
command(POF); // turn off
|
||||
//command(POF); // turn off
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue