add rotate display

This commit is contained in:
2026-02-21 10:33:48 -08:00
parent bd08ac4352
commit 624d453b9d
10 changed files with 42 additions and 8 deletions

View File

@ -31,6 +31,7 @@ struct AppState {
Clock::Pulse selected_pulse = Clock::PULSE_PPQN_24;
bool editing_param = false;
bool encoder_reversed = false;
bool rotate_display = false;
bool refresh_screen = true;
};