diff options
Diffstat (limited to 'firmware/drivers')
| -rw-r--r-- | firmware/drivers/lcd-recorder.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/lcd-recorder.c b/firmware/drivers/lcd-recorder.c index d1e2a6b..fae4ea2 100644 --- a/firmware/drivers/lcd-recorder.c +++ b/firmware/drivers/lcd-recorder.c @@ -669,6 +669,8 @@ void lcd_puts_scroll(int x, int y, unsigned char* string) int index; int free_index=0; + DEBUGF("puts_scroll: %s\n", string); + for (index = 0; index < SCROLLABLE_LINES; index++) { s = &scroll[index]; |