Skip to content

Commit

Permalink
fix the backlight of reTerminal DM with raspbian OS bookworm
Browse files Browse the repository at this point in the history
PS:It also works fine with raspbian OS bullseye
  • Loading branch information
bigbearishappy committed Mar 29, 2024
1 parent be14334 commit e4300f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/rpi/reTerminal-plus-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
compatible = "pwm-backlight";
brightness-levels = <96 128 160 192 224 255>;
default-brightness-level = <4>;
pwms = <&pwm 1 200000>;
pwms = <&pwm 1 200000 0>;
power-supply = <&vdd_3v3_reg>;
status = "okay";
};
Expand Down

0 comments on commit e4300f1

Please sign in to comment.