Open
Description
Hi, Greeting.
Consider this example:
"
char* const hexDigit PROGMEM="0123456789ABCDEF";//allowed hexadecimal digits
char* const hexNr[] PROGMEM={"0","x",hexDigit,hexDigit};//validators
char buf1[]="0x11";//the edit target buffer
...
EDIT("Hex",buf1,hexNr,doNothing,noEvent,noStyle)
"
the cursor still choose constants that we defined in the validator array which is not changeable.
I think when editing if the cursor jumps "0","x" in above example it's better.