Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
klouderone committed Aug 27, 2024
1 parent 1b9b71f commit 41cfe0b
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions config/boards/shields/seagull/seagull.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,25 @@
sensors = <&encoder>;
triggers-per-rotation = <12>;
};
};

&pro_micro_i2c {
status = "okay";
status = "okay";

oled: ssd1306@3c {
compatible = "solomon,ssd1306fb";
reg = <0x3c>;
width = <128>;
height = <32>;
segment-offset = <0>;
page-offset = <0>;
display-offset = <0>;
multiplex-ratio = <31>;
segment-remap;
com-invdir;
com-sequential;
inversion-on;
prechargep = <0x22>;
};
oled: ssd1306@3c {
compatible = "solomon,ssd1306fb";
reg = <0x3c>;
width = <128>;
height = <32>;
segment-offset = <0>;
page-offset = <0>;
display-offset = <0>;
multiplex-ratio = <31>;
com-invdir;
segment-remap;
com-sequential;
prechargep = <0x22>;
};
};

};

0 comments on commit 41cfe0b

Please sign in to comment.