summaryrefslogtreecommitdiff
path: root/uisimulator/lcd-x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/lcd-x11.c')
-rw-r--r--uisimulator/lcd-x11.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/uisimulator/lcd-x11.c b/uisimulator/lcd-x11.c
index d61955d0cd..4491049f51 100644
--- a/uisimulator/lcd-x11.c
+++ b/uisimulator/lcd-x11.c
@@ -56,9 +56,6 @@ void lcd_update (void)
56 if(display[y/8][x]&(1<<bit)) { 56 if(display[y/8][x]&(1<<bit)) {
57 points[p].x = x + MARGIN_X; 57 points[p].x = x + MARGIN_X;
58 points[p].y = y+bit + MARGIN_Y; 58 points[p].y = y+bit + MARGIN_Y;
59#ifdef LCD_DEBUG
60 printf("Set pixel at %d,%d\n", x, y+bit);
61#endif
62 p++; /* increase the point counter */ 59 p++; /* increase the point counter */
63 } 60 }
64 } 61 }