Add FP LED v1 support

This commit is contained in:
Stephen Horvath
2025-11-06 14:09:50 +10:00
parent 1fc4b94237
commit 8810aa01e5
4 changed files with 58 additions and 15 deletions

View File

@@ -26,11 +26,10 @@
<child>
<object class="GtkScale" id="led_pwr_scale">
<property name="adjustment">
<object class="GtkAdjustment">
<object class="GtkAdjustment" id="led_pwr_scale_adj">
<property name="page-increment">1.0</property>
<property name="step-increment">1.0</property>
<property name="upper">2.0</property>
<property name="value">2.0</property>
<property name="upper">100.0</property>
</object>
</property>
<property name="hexpand">True</property>