forked from rchoc/firmware
fix: i2c being hoisted in the wrong place, missing closing curly #1
1 changed files with 19 additions and 18 deletions
|
|
@ -34,23 +34,24 @@
|
||||||
>;
|
>;
|
||||||
|
|
||||||
};
|
};
|
||||||
&pro_micro_i2c {
|
};
|
||||||
status = "okay";
|
|
||||||
|
&pro_micro_i2c {
|
||||||
oled: ssd1306@3c {
|
status = "okay";
|
||||||
compatible = "solomon,ssd1306fb";
|
|
||||||
reg = <0x3c>;
|
oled: ssd1306@3c {
|
||||||
width = <128>;
|
compatible = "solomon,ssd1306fb";
|
||||||
height = <32>;
|
reg = <0x3c>;
|
||||||
segment-offset = <0>;
|
width = <128>;
|
||||||
page-offset = <0>;
|
height = <32>;
|
||||||
display-offset = <0>;
|
segment-offset = <0>;
|
||||||
multiplex-ratio = <31>;
|
page-offset = <0>;
|
||||||
segment-remap;
|
display-offset = <0>;
|
||||||
com-invdir;
|
multiplex-ratio = <31>;
|
||||||
com-sequential;
|
segment-remap;
|
||||||
inversion-on;
|
com-invdir;
|
||||||
prechargep = <0x22>;
|
com-sequential;
|
||||||
};
|
inversion-on;
|
||||||
|
prechargep = <0x22>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue