diff --git a/control/src/cache/display.rs b/control/src/cache/display.rs index 3e2650a..2fc8296 100644 --- a/control/src/cache/display.rs +++ b/control/src/cache/display.rs @@ -122,10 +122,7 @@ impl Default for Display { None, None, None, - Some(Screen::Attribute( - 0, - AttributeScreen::HeadsOverview(([false; 4], [false; 4])), - )), + Some(Screen::Attribute(0, AttributeScreen::Position(0))), ], } } diff --git a/control/src/store.rs b/control/src/store.rs index cd05b9d..00d6fb2 100644 --- a/control/src/store.rs +++ b/control/src/store.rs @@ -507,10 +507,10 @@ fn update_default_display_configuration( } if speed.value() < 0.5 { - draft.default_display_page = DisplayPage::Heads; + draft.default_display_page = DisplayPage::Position; Some(ConfigurationScreen::DefaultScreen(0)) } else { - draft.default_display_page = DisplayPage::Position; + draft.default_display_page = DisplayPage::Heads; Some(ConfigurationScreen::DefaultScreen(1)) } } diff --git a/manual/user/manual.tex b/manual/user/manual.tex index 0e6ba4b..4e92cc1 100644 --- a/manual/user/manual.tex +++ b/manual/user/manual.tex @@ -553,12 +553,12 @@ \subsection{Default display page} Select what should be visualized on the display when pots are inactive. +\textbf{Position within the loop} -- the LEDs blink in round-robin fashion, + representing the current position within the loop. This is the default. + \textbf{Active heads} -- the top and bottom rows of LEDs represent heads with active playback and feedback respectively. -\textbf{Position within the loop} -- the LEDs blink in round-robin fashion, - representing the current position within the loop. - While in the configuration menu, turn the SPEED knob to select the default page. \end{minipage}