.longLongPress


DESCRIPTION
Change the value of what is consider to be a long-long press on a button. Default value is 6000 (6sec).

After pressing a button for more than 6sec, the functions swTop,swBottom, and swRotary, will return 4.

That is a longPress.

Make sure the value of lcd.longPress is less then the value of lcd.longLongPress.


SYNTAX
lcd.longLongPress;


PARAMETERS
none.
Its not a function. Its a variable.So you set and get/set a value like any variable.
If you set lcd.longLongPress=8000;


RETURNS
none.
Its not a function. Its a variable.So you set and get/set a value like any variable.
If you set lcd.longLongPress=8000;


EXAMPLE


SEE ALSO
  • .longPress