Skip to content

Commit ab7b4f9

Browse files
committed
simplify example
1 parent 7dd939b commit ab7b4f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/LCDs/LiquidCrystal/LiquidCrystal/LiquidCrystal.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ TOGGLE((mainMenu[1].enabled),togOp,"Op 2:",doNothing,noEvent,noStyle
127127
,VALUE("disabled",disabledStatus,doNothing,noEvent)
128128
);*/
129129

130-
char* constMEM hexDigit MEMMODE="0123456789ABCDEF";
131-
char* constMEM hexNr[] MEMMODE={"0","x",hexDigit,hexDigit};
132-
char buf1[]="0x11";
130+
// char* constMEM hexDigit MEMMODE="0123456789ABCDEF";
131+
// char* constMEM hexNr[] MEMMODE={"0","x",hexDigit,hexDigit};
132+
// char buf1[]="0x11";
133133

134134
MENU(mainMenu,"Main menu",doNothing,noEvent,wrapStyle
135135
,OP("Op1",action1,anyEvent)
@@ -143,7 +143,7 @@ MENU(mainMenu,"Main menu",doNothing,noEvent,wrapStyle
143143
,SUBMENU(selMenu)
144144
,SUBMENU(chooseMenu)
145145
,OP("Alert test",doAlert,enterEvent)
146-
,EDIT("Hex",buf1,hexNr,doNothing,noEvent,noStyle)
146+
// ,EDIT("Hex",buf1,hexNr,doNothing,noEvent,noStyle)
147147
,EXIT("<Back")
148148
);
149149

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoMenu library
2-
version=4.13.3
2+
version=4.13.4
33
author=Rui Azevedo, [email protected]
44
maintainer=neu-rah, [email protected]
55
sentence=Generic menu/interactivity system

0 commit comments

Comments
 (0)