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

6
yafi/ui/leds.cmb Normal file
View File

@@ -0,0 +1,6 @@
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<!DOCTYPE cambalache-project SYSTEM "cambalache-project.dtd">
<!-- Created with Cambalache 0.96.1 -->
<cambalache-project version="0.96.0" target_tk="gtk-4.0">
<ui template-class="LedsPage" filename="leds.ui" sha256="a52e82a54a64ff7e5ca5a83af2ee096c1be44c379cc286c65fbee8eaf2400324"/>
</cambalache-project>

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>