-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
With v0.5.0:
Input:
&{/} {
aliases {
display0 = "/display";
display1 = "/connector";
};
lcd_bl: backlight {
compatible = "pwm-backlight";
pwms = <&ecap0 0 50000 1>;
brightness-levels = <0 51 53 56 62 75 101 152 255>;
default-brightness-level = <8>;
};
};
Output:
} {
aliases {
display0 = "/display";
display1 = "/connector";
};
lcd_bl: backlight {
compatible = "pwm-backlight";
pwms = <&ecap0 0 50000 1>;
brightness-levels = <0 51 53 56 62 75 101 152 255>;
default-brightness-level = <8>;
};
};
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels