fix(shields): Unflip left Microdox OLED.
This commit is contained in:
parent
5978990e6d
commit
95acbd8859
2 changed files with 5 additions and 2 deletions
|
@ -58,8 +58,6 @@ RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) RC(2,7) RC(2,8) RC(2,9)
|
||||||
page-offset = <0>;
|
page-offset = <0>;
|
||||||
display-offset = <0>;
|
display-offset = <0>;
|
||||||
multiplex-ratio = <31>;
|
multiplex-ratio = <31>;
|
||||||
segment-remap;
|
|
||||||
com-invdir;
|
|
||||||
com-sequential;
|
com-sequential;
|
||||||
prechargep = <0x22>;
|
prechargep = <0x22>;
|
||||||
};
|
};
|
||||||
|
|
|
@ -10,6 +10,11 @@
|
||||||
col-offset = <5>;
|
col-offset = <5>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&oled {
|
||||||
|
segment-remap;
|
||||||
|
com-invdir;
|
||||||
|
};
|
||||||
|
|
||||||
&kscan0 {
|
&kscan0 {
|
||||||
col-gpios
|
col-gpios
|
||||||
= <&pro_micro_d 15 GPIO_ACTIVE_HIGH>
|
= <&pro_micro_d 15 GPIO_ACTIVE_HIGH>
|
||||||
|
|
Loading…
Reference in a new issue