mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Fix animation speed
This commit is contained in:
@@ -928,7 +928,7 @@ static bool settings_setAnimationSpeed(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void settings_displayAnimationSpeed(void) {
|
static void settings_displayAnimationSpeed(void) {
|
||||||
printShortDescription(30, 5);
|
printShortDescription(30, 7);
|
||||||
switch (systemSettings.animationSpeed) {
|
switch (systemSettings.animationSpeed) {
|
||||||
case settingOffSpeed_t::SLOW:
|
case settingOffSpeed_t::SLOW:
|
||||||
OLED::print(SettingSlowChar);
|
OLED::print(SettingSlowChar);
|
||||||
|
|||||||
Reference in New Issue
Block a user