We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432d84a commit fe316c4Copy full SHA for fe316c4
examples/U8G2/U8G2/U8G2.ino
@@ -143,7 +143,7 @@ uint16_t mins=0;
143
144
//define a pad style menu (single line menu)
145
//here with a set of fields to enter a date in YYYY/MM/DD format
146
-altMENU(menu,time,"Time",doNothing,noEvent,noStyle,(systemStyles)(_asPad|Menu::_menuData|Menu::_canNav|_parentDraw)
+altMENU(menu,timeMenu,"Time",doNothing,noEvent,noStyle,(systemStyles)(_asPad|Menu::_menuData|Menu::_canNav|_parentDraw)
147
,FIELD(hrs,"",":",0,11,1,0,doNothing,noEvent,noStyle)
148
,FIELD(mins,"","",0,59,10,1,doNothing,noEvent,wrapStyle)
149
);
@@ -156,7 +156,7 @@ MENU(mainMenu,"Main menu",doNothing,noEvent,wrapStyle
156
,OP("Op1",doNothing,noEvent)
157
,OP("Op2",doNothing,noEvent)
158
//,FIELD(test,"Test","%",0,100,10,1,doNothing,noEvent,wrapStyle)
159
- ,SUBMENU(time)
+ ,SUBMENU(timeMenu)
160
,SUBMENU(subMenu)
161
,SUBMENU(setLed)
162
,OP("LED On",myLedOn,enterEvent)
library.properties
@@ -1,5 +1,5 @@
1
name=ArduinoMenu library
2
-version=4.17.25
+version=4.17.26
3
author=Rui Azevedo, [email protected]
4
maintainer=neu-rah, [email protected]
5
sentence=Generic menu/interactivity system
0 commit comments