Fix for velocity level screen.

pull/32/head
Holger Wirtz 4 years ago
parent 3041bbc529
commit 617a1095c3
  1. 5
      UI.hpp

@ -3527,11 +3527,10 @@ void UI_func_velocity_level(uint8_t param)
{
encoderDir[ENC_R].reset();
lcd_active_instance_number(selected_instance_id);
lcd_special_chars(BLOCKBAR);
lcd_display_bar_int("Velocity Lvl", configuration.dexed[selected_instance_id].velocity_level, 1.0, VELOCITY_LEVEL_MIN, VELOCITY_LEVEL_MAX, 3, false, false, true);
lcd_active_instance_number(selected_instance_id);
lcd.setCursor(14, 0);
lcd.write(0);
lcd.setCursor(15, 0);

Loading…
Cancel
Save