We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e101c commit 6aa5afcCopy full SHA for 6aa5afc
driver.py
@@ -285,6 +285,8 @@ def generate_backlight(p: Panel, options: Options) -> str:
285
return 0;
286
}}
287
288
+// TODO: Check if /sys/class/backlight/.../actual_brightness actually returns
289
+// correct values. If not, remove this function.
290
static int {p.short_id}_bl_get_brightness(struct backlight_device *bl)
291
{{
292
struct mipi_dsi_device *dsi = bl_get_data(bl);
0 commit comments