MKS WiFi preliminary changes

This commit is contained in:
Scott Lahteine
2020-11-19 15:51:53 -06:00
committed by Scott Lahteine
parent 5ef1d053eb
commit f1b32b808f
33 changed files with 132 additions and 156 deletions

View File

@ -204,7 +204,7 @@ void TFTGLCD::print_line() {
#endif
}
void TFTGLCD::print_screen(){
void TFTGLCD::print_screen() {
if (!PanelDetected) return;
framebuffer[FBSIZE - 2] = picBits & PIC_MASK;
framebuffer[FBSIZE - 1] = ledBits;