Skip to content

Commit

Permalink
update display oled to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tokyo2006 committed Apr 8, 2024
1 parent e8def74 commit cea8405
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config/boards/shields/redox/redox_central_dongle.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,18 @@ RC(4,0) RC(4,1) RC(4,2) RC(4,3) RC(4,4) RC(4,5) RC(4,6) RC(4,7) RC(4,8)

&pro_micro_i2c {
status = "okay";

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

0 comments on commit cea8405

Please sign in to comment.