add rotate display option

This commit is contained in:
2025-08-09 18:33:28 -07:00
parent 7c02628403
commit b7f3520560
4 changed files with 80 additions and 60 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;
};