MKS WiFi preliminary changes
This commit is contained in:
committed by
Scott Lahteine
parent
5ef1d053eb
commit
f1b32b808f
@ -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;
|
||||
|
Reference in New Issue
Block a user