diff options
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index cfabb7c..3cb2dc5 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1252,7 +1252,9 @@ static bool dbg_disk_info(void) bool timing_info_present = false; char pio3[2], pio4[2]; +#ifdef HAVE_LCD_BITMAP lcd_setmargins(0, 0); +#endif while(!done) { |