File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
config/boards/helloword/hw75_dynamic Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,3 @@ choice LV_COLOR_DEPTH
2222endchoice
2323
2424endif # ZMK_DISPLAY
25-
26- if SSD1306
27-
28- choice SSD1306_CONTROLLER_TYPE
29- default SSD1306_SH1106_COMPATIBLE
30- endchoice
31-
32- config SSD1306_REVERSE_MODE
33- default y
34-
35- endif # SSD1306
Original file line number Diff line number Diff line change 3333 compatible = "zmk,display-sw-rotate";
3434 width = <32>;
3535 height = <128>;
36- display = <&ssd1306 >;
36+ display = <&sh1106 >;
3737 };
3838
3939 eink: eink-sw-rotate {
268268
269269 clock-frequency = <100000>;
270270
271- ssd1306: ssd1306 @3c {
272- compatible = "solomon,ssd1306fb ";
271+ sh1106: sh1106 @3c {
272+ compatible = "sinowealth,sh1106 ";
273273
274274 reg = <0x3C>;
275275
You can’t perform that action at this time.
0 commit comments