kopia lustrzana https://github.com/pimoroni/pimoroni-pico
Merge pull request #1020 from pimoroni/patch-misc
A roundup of not necessarily related fixes from other branchespull/1021/head
commit
c2418ee2fb
|
@ -87,7 +87,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: gadgetoid/py_decl
|
||||
ref: v0.0.1
|
||||
ref: v0.0.4
|
||||
path: py_decl
|
||||
|
||||
- name: Build MPY Cross
|
||||
|
|
|
@ -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