Skip to content

Commit 3c8bd90

Browse files
committed
boards: hw75_dynamic: Update config for OLED
1 parent 05ba118 commit 3c8bd90

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

config/boards/helloword/hw75_dynamic/Kconfig.display

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,3 @@ choice LV_COLOR_DEPTH
2222
endchoice
2323

2424
endif # 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

config/boards/helloword/hw75_dynamic/hw75_dynamic.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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 {
@@ -268,8 +268,8 @@
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

0 commit comments

Comments
 (0)