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.
2 parents 6ac9bc0 + 2b25e79 commit c2418eeCopy full SHA for c2418ee
.github/workflows/micropython.yml
@@ -87,7 +87,7 @@ jobs:
87
uses: actions/checkout@v4
88
with:
89
repository: gadgetoid/py_decl
90
- ref: v0.0.1
+ ref: v0.0.4
91
path: py_decl
92
93
- name: Build MPY Cross
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