Fix chairAdjust, Add different status screens (Speed)
- config, chairAdjust:
- disable reset-pin of display (not connected, random pin was assigned)
same pin was used for chair adjust resulting in on state after startup
- fix chairAdjust not stopping in OFF state
- display
- add functionality to show different status screens (content when not in MENU)
- add status screen 'Speed' (to show speed and debug speedsensors)
- menu
- fix item joystick define center not working
- add item to select status screen
This commit is contained in:
@@ -79,7 +79,7 @@ void cControlledRest::setState(restState_t targetState)
|
||||
gpio_set_level(gpio_up, 0);
|
||||
break;
|
||||
case REST_OFF:
|
||||
gpio_set_level(gpio_down, 1);
|
||||
gpio_set_level(gpio_down, 0);
|
||||
gpio_set_level(gpio_up, 0);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user