@@ -55,7 +55,7 @@ const colorDef<uint8_t> colors[] MEMMODE={
5555// outputsList out(outputs,1);
5656
5757MENU_OUTPUTS (out,MAX_DEPTH
58- ,ANSISERIAL_OUT(Serial,colors,{1 ,1 ,16 ,10 },{18 ,1 ,16 ,10 },{36 ,1 ,16 ,10 })
58+ ,ANSISERIAL_OUT(Serial,colors,{1 ,1 ,26 ,10 },{28 ,1 ,16 ,10 },{46 ,1 ,16 ,10 })
5959 ,NONE// must have 2 items at least
6060);
6161
@@ -239,16 +239,15 @@ altMENU(menu,birthDate,"Birth",doNothing,noEvent,noStyle,(systemStyles)(_asPad|M
239239 ,FIELD(day," " ," " ,1 ,31 ,1 ,0 ,doNothing,noEvent,wrapStyle)
240240);
241241
242- char * constMEM hexDigit MEMMODE=" 0123456789ABCDEF" ;
243- char * constMEM hexNr[] MEMMODE={" 0" ," x" ,hexDigit,hexDigit};
242+ const char * constMEM hexDigit MEMMODE=" 0123456789ABCDEF" ;
243+ const char * constMEM hexNr[] MEMMODE={" 0" ," x" ,hexDigit,hexDigit};
244244char buf1[]=" 0x11" ;
245245
246246MENU (mainMenu," Main menu" ,doNothing,noEvent,wrapStyle
247- ,SUBMENU(birthDate)
248247 ,OP(" Op1" ,action1,anyEvent)
249248 ,OP(" Op2" ,action2,enterEvent)
250- // ,SUBMENU(togOp)
251249 ,FIELD(test," Test" ," %" ,0 ,100 ,10 ,1 ,doNothing,noEvent,wrapStyle)
250+ ,SUBMENU(birthDate)
252251 ,SUBMENU(subMenu)
253252 ,SUBMENU(setLed)
254253 ,OP(" LED On" ,ledOn,enterEvent)
0 commit comments