summaryrefslogtreecommitdiff
path: root/uisimulator/lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/lcd.c')
-rw-r--r--uisimulator/lcd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/uisimulator/lcd.c b/uisimulator/lcd.c
index 4909b5cc49..052330c115 100644
--- a/uisimulator/lcd.c
+++ b/uisimulator/lcd.c
@@ -256,4 +256,8 @@ void lcd_string(const char *text, char invert)
256 lcd_y += CHAR_Y; 256 lcd_y += CHAR_Y;
257 } 257 }
258 } 258 }
259#ifdef LCD_DEBUG
260 fprintf(stderr, "lcd_string: position after write: %d, %d\n",
261 lcd_x, lcd_y);
262#endif
259} 263}