diff options
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 6cd67131..c4728457 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -650,6 +650,33 @@ #a0_pin # The pins connected to an uc1701 type lcd. These parameters must be # provided when using an uc1701 display. +#menu_root: +# Entry point for menu, root menu container name. If this parameter +# is not provided then default menu root is used. When provided +# menu entry is 'deck' type then it'll be initiated immediately at startup. +# Description of menu items is located in example-menu.cfg file. +#menu_timeout: +# Timeout for menu. Being inactive this amount of seconds will trigger +# menu exit or return to root menu when having autorun enabled. +# The default is 0 seconds (disabled) +#encoder_pins: +# The pins connected to encoder. 2 pins must be provided when +# using encoder. This parameter must be provided when using menu. +#click_pin: +# The pin connected to 'enter' button or encoder 'click'. This parameter +# must be provided when using menu. +#back_pin: +# The pin connected to 'back' button. This parameter is optional, menu +# can be used without it. +#up_pin: +# The pin connected to 'up' button. This parameter must be provided +# when using menu without encoder. +#down_pin: +# The pin connected to 'down' button. This parameter must be provided +# when using menu without encoder. +#kill_pin: +# The pin connected to 'kill' button. This button will call +# emergency stop. # Custom thermistors (one may define any number of sections with a # "thermistor" prefix). A custom thermistor may be used in the |