From d991b4c83bf02ec86d51532fdefc234f507e9397 Mon Sep 17 00:00:00 2001 From: Janar Sööt Date: Sun, 9 Aug 2020 16:29:55 +0300 Subject: menu: Replace menu with new Jinja2 template system (#2344) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- config/example-extras.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/example-extras.cfg') 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. -- cgit v1.2.3-70-g09d2