diff --git a/PhotoStepper/PhotoStepper.ino b/PhotoStepper/PhotoStepper.ino index 5906bf6..6f4f3aa 100644 --- a/PhotoStepper/PhotoStepper.ino +++ b/PhotoStepper/PhotoStepper.ino @@ -72,6 +72,9 @@ void lcd_print(int line, String string) { } // === +// Order of menu entries looks chaotic. It makes sense on screen. +// This is because serial IO (which is used since ArduinoMenu doesn't support +// analog keypad) doesn't implement setFieldMode(). result enter_jog() { Serial.println("enter_jog()"); @@ -99,11 +102,11 @@ TOGGLE(bLcdBlackout, setLcdBlackout, "LCD Blackout: ", doNothing, noEvent, wrapS MENU(configuration, "Configuration", doNothing, anyEvent, wrapStyle ,FIELD(tSettle, "tSettle", "ms", 0, 2000, 100, 10, doNothing, noEvent, wrapStyle) - ,FIELD(tFocus, "tFocus", "ms", 0, 2000, 500, 10, doNothing, noEvent, wrapStyle) - ,FIELD(tShutter, "tShutter", "ms", 0, 2000, 500, 10, doNothing, noEvent, wrapStyle) - ,SUBMENU(setReturn) - ,SUBMENU(setLcdBlackout) ,EXIT("