Same as before
This commit is contained in:
parent
3de5dd2b37
commit
3df78f6598
1 changed files with 3 additions and 9 deletions
|
@ -378,13 +378,10 @@ static void plotRotator(int color,int value){
|
||||||
}
|
}
|
||||||
|
|
||||||
static void plotPriority(int color){
|
static void plotPriority(int color){
|
||||||
display.setTextColor(color);
|
|
||||||
display.setTextSize(2);
|
|
||||||
display.setCursor(79,33);
|
|
||||||
if (priority){
|
if (priority){
|
||||||
display.println("ROT");
|
plotSubOption("ROT", color);
|
||||||
} else {
|
} else {
|
||||||
display.println("MEL");
|
plotSubOption("MEL", color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -550,13 +547,10 @@ static void plotVelSmpDl(int color){
|
||||||
}
|
}
|
||||||
|
|
||||||
static void plotVelBias(int color){
|
static void plotVelBias(int color){
|
||||||
display.setTextColor(color);
|
|
||||||
display.setTextSize(2);
|
|
||||||
if (velBias){
|
if (velBias){
|
||||||
plotSubNum(velBias, color);
|
plotSubNum(velBias, color);
|
||||||
} else {
|
} else {
|
||||||
display.setCursor(79,33);
|
plotSubOption("OFF", color);
|
||||||
display.println("OFF");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue