diff --git a/PhotoStepper/PhotoStepper.ino b/PhotoStepper/PhotoStepper.ino index 6f4f3aa..afd3f36 100644 --- a/PhotoStepper/PhotoStepper.ino +++ b/PhotoStepper/PhotoStepper.ino @@ -88,14 +88,14 @@ int tSettle = 100; int tFocus = 500; int tShutter = 500; bool bReturn = true; -bool bLcdBlackout = true; +bool bDarkenLcd = true; TOGGLE(bReturn, setReturn, "Return: ", doNothing, noEvent, wrapStyle ,VALUE("On", true, doNothing, noEvent) ,VALUE("Off", false, doNothing, noEvent) ); -TOGGLE(bLcdBlackout, setLcdBlackout, "LCD Blackout: ", doNothing, noEvent, wrapStyle +TOGGLE(bDarkenLcd, setLcdBlackout, "DarkenLCD: ", doNothing, noEvent, wrapStyle ,VALUE("On", true, doNothing, noEvent) ,VALUE("Off", false, doNothing, noEvent) ); @@ -105,8 +105,8 @@ MENU(configuration, "Configuration", doNothing, anyEvent, wrapStyle ,EXIT("