diff --git a/uisimulator/x11/lcd-x11.c b/uisimulator/x11/lcd-x11.c index c28a2b9528..a5cc5c0965 100644 --- a/uisimulator/x11/lcd-x11.c +++ b/uisimulator/x11/lcd-x11.c @@ -61,7 +61,7 @@ void lcd_update (void) if(lcd_framebuffer[x][y/8] || lcd_framebuffer_copy[x][y/8]) { /* one or more bits/pixels are changed */ unsigned char diff = - lcd_framebuffer[x][y/8] ^ lcd_framebuffer_copy[x][y/8]; + lcd_framebuffer[x][y/8] ^ lcd_framebuffer_copy[x][y/8]; for(bit=0; bit<8; bit++) { if(lcd_framebuffer[x][y/8]&(1<