comment out display calls in oledclearline and oledcleardata functions
This commit is contained in:
parent
ec0d7d63de
commit
520ef98193
@ -32,7 +32,7 @@ void oledclearline() {
|
|||||||
display.drawPixel(x, y, BLACK);
|
display.drawPixel(x, y, BLACK);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
display.display();
|
//display.display();
|
||||||
}
|
}
|
||||||
|
|
||||||
void oledcleardata() {
|
void oledcleardata() {
|
||||||
@ -42,7 +42,7 @@ void oledcleardata() {
|
|||||||
display.drawPixel(x, y, BLACK);
|
display.drawPixel(x, y, BLACK);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
display.display();
|
//display.display();
|
||||||
}
|
}
|
||||||
|
|
||||||
int oled_center_h(String text) {
|
int oled_center_h(String text) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user