@@ -38,7 +38,7 @@ const char pgmStrRuntimesIoTMonitorText[] = { "IoT Monitor" };
3838RemoteMenuItem menuRuntimesIoTMonitor (pgmStrRuntimesIoTMonitorText, 14 , &menuRuntimesAuthenticator);
3939ListRuntimeMenuItem menuRuntimesCustomList (13 , 0 , fnRuntimesCustomListRtCall, &menuRuntimesIoTMonitor);
4040RENDERING_CALLBACK_NAME_INVOKE (fnRuntimesTextRtCall, textItemRenderFn, " Text" , 18 , NO_CALLBACK)
41- TextMenuItem menuRuntimesText(fnRuntimesTextRtCall, 12 , 5 , &menuRuntimesCustomList);
41+ TextMenuItem menuRuntimesText(fnRuntimesTextRtCall, " " , 12 , 5 , &menuRuntimesCustomList);
4242RENDERING_CALLBACK_NAME_INVOKE (fnRuntimesRtCall, backSubItemRenderFn, " Runtimes" , -1 , NO_CALLBACK)
4343const SubMenuInfo minfoRuntimes = { " Runtimes" , 11 , 0xffff , 0 , NO_CALLBACK };
4444BackMenuItem menuBackRuntimes (fnRuntimesRtCall, &menuRuntimesText);
@@ -47,7 +47,7 @@ extern char ramDataSet[];
4747RENDERING_CALLBACK_NAME_INVOKE (fnMoreItemsScrollRtCall, enumItemRenderFn, " Scroll" , -1 , NO_CALLBACK)
4848ScrollChoiceMenuItem menuMoreItemsScroll(10 , fnMoreItemsScrollRtCall, 0 , ramDataSet, 10 , 5 , NULL );
4949const FloatMenuInfo minfoMoreItemsNumber = { " Number" , 9 , 0xffff , 2 , NO_CALLBACK };
50- FloatMenuItem menuMoreItemsNumber (&minfoMoreItemsNumber, &menuMoreItemsScroll);
50+ FloatMenuItem menuMoreItemsNumber (&minfoMoreItemsNumber, 0.0 , &menuMoreItemsScroll);
5151const AnyMenuInfo minfoMoreItemsPressMe = { " Save" , 8 , 0xffff , 0 , saveWasPressed };
5252ActionMenuItem menuMoreItemsPressMe (&minfoMoreItemsPressMe, &menuMoreItemsNumber);
5353const BooleanMenuInfo minfoMoreItemsPower = { " Power" , 7 , 17 , 1 , NO_CALLBACK, NAMING_ON_OFF };
@@ -65,7 +65,7 @@ const SubMenuInfo minfoMoreItems = { "More Items", 4, 0xffff, 0, NO_CALLBACK };
6565BackMenuItem menuBackMoreItems (fnMoreItemsRtCall, &menuMoreItemsOptions);
6666SubMenuItem menuMoreItems (&minfoMoreItems, &menuBackMoreItems, &menuRuntimes);
6767RENDERING_CALLBACK_NAME_INVOKE (fnLgeNumRtCall, largeNumItemRenderFn, " Lge Num" , 6 , largeNumDidChange)
68- EditableLargeNumberMenuItem menuLgeNum(fnLgeNumRtCall, 3 , 9 , 3 , true , &menuMoreItems);
68+ EditableLargeNumberMenuItem menuLgeNum(fnLgeNumRtCall, 3 , 9 , 3 , true , LargeFixedNumber( 0U , 0U , false ), &menuMoreItems);
6969const AnalogMenuInfo minfoHalves = { " Halves" , 2 , 4 , 255 , NO_CALLBACK, 0 , 2 , " dB" };
7070AnalogMenuItem menuHalves (&minfoHalves, 0 , &menuLgeNum);
7171const AnalogMenuInfo minfoDecimal = { " Decimal" , 1 , 2 , 1000 , decimalDidChange, 0 , 10 , " d" };
0 commit comments