Basic Brightness control.

This commit is contained in:
2026-01-25 16:32:52 -05:00
parent a4ea0031c4
commit 32ac5302f6
2 changed files with 59 additions and 0 deletions

View File

@ -50,5 +50,10 @@ Function {make_window()} {open
label AC
xywh {129 49 34 24} type Normal box PLASTIC_ROUND_DOWN_BOX when 0
}
Fl_Slider brightness {
label Brightness
callback adjustBrightness selected
xywh {129 81 20 52} labelsize 12
}
}
}