diff --git a/SquareLineProj/ESP32S3_UI.sll b/SquareLineProj/ESP32S3_UI.sll index 30fc307..f0c6b82 100644 --- a/SquareLineProj/ESP32S3_UI.sll +++ b/SquareLineProj/ESP32S3_UI.sll @@ -25,7 +25,7 @@ "uiExportFolderPath": "C:\\Users\\jarvis\\Documents\\FluxDC\\SquareLineProj\\Export", "projectExportFolderPath": "C:\\Users\\jarvis\\Documents\\FluxDC\\SquareLineProj\\Export", "custom_variable_prefix": "uic", - "backup_cnt": 1297, + "backup_cnt": 1300, "autosave_cnt": 0, "group_color_cnt": 0, "lvgl_version": "8.3.6", diff --git a/SquareLineProj/ESP32S3_UI.spj b/SquareLineProj/ESP32S3_UI.spj index c5b0d5f..3341ea0 100644 --- a/SquareLineProj/ESP32S3_UI.spj +++ b/SquareLineProj/ESP32S3_UI.spj @@ -12534,7 +12534,7 @@ { "nid": 1000505, "strtype": "CALL FUNCTION/Function_name", - "strval": "on_spinboxStage_valueChanged", + "strval": "on_spinboxStageBS_valueChanged", "InheritedType": 10 }, { @@ -12817,8 +12817,7 @@ "InheritedType": 11 } ], - "saved_objtypeKey": "PANEL", - "tree_closed": true + "saved_objtypeKey": "PANEL" }, { "guid": "GUID16763883-502735S24514463", @@ -48291,7 +48290,7 @@ "uiExportFolderPath": "C:\\Users\\jarvis\\Documents\\FluxDC\\SquareLineProj\\Export", "projectExportFolderPath": "C:\\Users\\jarvis\\Documents\\FluxDC\\SquareLineProj\\Export", "custom_variable_prefix": "uic", - "backup_cnt": 1296, + "backup_cnt": 1299, "autosave_cnt": 0, "group_color_cnt": 0, "lvgl_version": "8.3.6", diff --git a/SquareLineProj/Export/ui.c b/SquareLineProj/Export/ui.c index c6544d4..e6969c5 100644 --- a/SquareLineProj/Export/ui.c +++ b/SquareLineProj/Export/ui.c @@ -558,7 +558,7 @@ void ui_event_pageHome_spinboxStageBS(lv_event_t * e) lv_event_code_t event_code = lv_event_get_code(e); if(event_code == LV_EVENT_VALUE_CHANGED) { - on_spinboxStage_valueChanged(e); + on_spinboxStageBS_valueChanged(e); } } diff --git a/SquareLineProj/Export/ui_events.c b/SquareLineProj/Export/ui_events.c index 8f3d2f2..b254092 100644 --- a/SquareLineProj/Export/ui_events.c +++ b/SquareLineProj/Export/ui_events.c @@ -214,3 +214,8 @@ void on_buttonStartTestBS_clicked(lv_event_t * e) { // Your code here } + +void on_spinboxStageBS_valueChanged(lv_event_t * e) +{ + // Your code here +} diff --git a/SquareLineProj/Export/ui_events.h b/SquareLineProj/Export/ui_events.h index c24db88..156f0af 100644 --- a/SquareLineProj/Export/ui_events.h +++ b/SquareLineProj/Export/ui_events.h @@ -12,11 +12,12 @@ extern "C" { void on_buttonStartTestBS_clicked(lv_event_t * e); void on_dropdown_deviceTypeBS_valueChanged(lv_event_t * e); -void on_spinboxStage_valueChanged(lv_event_t * e); +void on_spinboxStageBS_valueChanged(lv_event_t * e); void on_spinboxRate_valueChanged(lv_event_t * e); void on_buttonRateMinus_clicked(lv_event_t * e); void on_buttonRatePlus_clicked(lv_event_t * e); void on_labelTestVolume_valueChanged(lv_event_t * e); +void on_spinboxStage_valueChanged(lv_event_t * e); void on_buttonStartTest_clicked(lv_event_t * e); void on_sliderLight_valueChanged(lv_event_t * e); void on_dropdownDeviceType_valueChanged(lv_event_t * e); diff --git a/SquareLineProj/backup/ESP32S3_UI_backup00.zip b/SquareLineProj/backup/ESP32S3_UI_backup00.zip index 21b6522..122b589 100644 Binary files a/SquareLineProj/backup/ESP32S3_UI_backup00.zip and b/SquareLineProj/backup/ESP32S3_UI_backup00.zip differ diff --git a/SquareLineProj/backup/ESP32S3_UI_backup08.zip b/SquareLineProj/backup/ESP32S3_UI_backup08.zip index eebfec5..7581cb2 100644 Binary files a/SquareLineProj/backup/ESP32S3_UI_backup08.zip and b/SquareLineProj/backup/ESP32S3_UI_backup08.zip differ diff --git a/SquareLineProj/backup/ESP32S3_UI_backup09.zip b/SquareLineProj/backup/ESP32S3_UI_backup09.zip index ed4ad0d..0299598 100644 Binary files a/SquareLineProj/backup/ESP32S3_UI_backup09.zip and b/SquareLineProj/backup/ESP32S3_UI_backup09.zip differ