diff options
author | Janar Sööt <janar.soot@gmail.com> | 2020-08-09 16:29:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-09 09:29:55 -0400 |
commit | d991b4c83bf02ec86d51532fdefc234f507e9397 (patch) | |
tree | bc4160af9c1928bccfb24b08e932ffd9906b1d5b /config/example-extras.cfg | |
parent | efebbb9a2f7e43eee1d4a68b9d3821a2f3ca0b76 (diff) | |
download | kutter-d991b4c83bf02ec86d51532fdefc234f507e9397.tar.gz kutter-d991b4c83bf02ec86d51532fdefc234f507e9397.tar.xz kutter-d991b4c83bf02ec86d51532fdefc234f507e9397.zip |
menu: Replace menu with new Jinja2 template system (#2344)
menu.cfg:
- jinja2 template scripting
- new Setup menu
- new Calibration menu
menu:
- redesigned menu code
- jinja2 support
- option to reverse menu up and down directions
- functionality set to support menu injection from other modules
- a new way of defining menu hierarchy
- other adjustments
Signed-off-by: Janar Sööt <janar.soot@gmail.com>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index ac833938..b0ce5749 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1895,6 +1895,9 @@ # 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) +#menu_reverse_navigation: +# When enabled it will reverse up and down directions for list navigation. +# The default is False. This parameter is optional. #encoder_pins: # The pins connected to encoder. 2 pins must be provided when # using encoder. This parameter must be provided when using menu. |