Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

corrected lcd margins for debug menu


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1831 a1c6a512-1295-4272-9138-f99709370657

+27
+27
apps/debug_menu.c
··· 53 53 int i; 54 54 int usage; 55 55 56 + #ifdef HAVE_LCD_BITMAP 57 + lcd_setmargins(0, 0); 58 + #endif 56 59 lcd_clear_display(); 57 60 58 61 while(1) ··· 86 89 int usage; 87 90 int currval = 0; 88 91 92 + #ifdef HAVE_LCD_BITMAP 93 + lcd_setmargins(0, 0); 94 + #endif 89 95 lcd_clear_display(); 90 96 91 97 while(1) ··· 135 141 bool charge_status = false; 136 142 bool ide_status = true; 137 143 144 + #ifdef HAVE_LCD_BITMAP 145 + lcd_setmargins(0, 0); 146 + #endif 138 147 lcd_clear_display(); 139 148 140 149 while(1) ··· 206 215 int batt_int, batt_frac; 207 216 int currval = 0; 208 217 218 + #ifdef HAVE_LCD_BITMAP 219 + lcd_setmargins(0, 0); 220 + #endif 209 221 lcd_clear_display(); 210 222 211 223 while(1) ··· 295 307 int i; 296 308 int button; 297 309 310 + #ifdef HAVE_LCD_BITMAP 311 + lcd_setmargins(0, 0); 312 + #endif 298 313 lcd_clear_display(); 299 314 lcd_puts(0, 0, "RTC read:"); 300 315 ··· 351 366 char buf[32]; 352 367 unsigned int addr = 0, r, i; 353 368 369 + #ifdef HAVE_LCD_BITMAP 370 + lcd_setmargins(0, 0); 371 + #endif 354 372 lcd_clear_display(); 355 373 lcd_puts(0, 0, "MAS register read:"); 356 374 ··· 398 416 char buf[32]; 399 417 unsigned int addr = 0, r, i; 400 418 419 + #ifdef HAVE_LCD_BITMAP 420 + lcd_setmargins(0, 0); 421 + #endif 401 422 lcd_clear_display(); 402 423 lcd_puts(0, 0, "MAS codec reg read:"); 403 424 ··· 444 465 int maxv, minv; 445 466 char buf[32]; 446 467 468 + #ifdef HAVE_LCD_BITMAP 469 + lcd_setmargins(0, 0); 470 + #endif 447 471 while(1) 448 472 { 449 473 switch (view) { ··· 572 596 unsigned long pll48, pll44, config; 573 597 int pll_toggle = 0; 574 598 599 + #ifdef HAVE_LCD_BITMAP 600 + lcd_setmargins(0, 0); 601 + #endif 575 602 while(1) 576 603 { 577 604 switch(currval)