comparison Discovery/Src/tMenu.c @ 866:3a1c533f3840

Zusammenf?hren
author heinrichsweikamp
date Mon, 22 Jul 2024 16:40:14 +0200
parents 4bd8935f5176
children bc2fcd002fc4
comparison
equal deleted inserted replaced
865:cb386cccc7c5 866:3a1c533f3840
1443 } 1443 }
1444 pDestination -= 48; 1444 pDestination -= 48;
1445 } 1445 }
1446 1446
1447 pDestination -= (800) * 480; 1447 pDestination -= (800) * 480;
1448 positionText += 70; 1448 positionText += 66;
1449 1449
1450 if(((k == 4) && (actual_menu_content != MENU_SURFACE)) || ((k == 6) && (menu.pageCountNumber[5] == 0))) 1450 if(((k == 4) && (actual_menu_content != MENU_SURFACE)) || ((k == 6) && (menu.pageCountNumber[5] == 0)))
1451 { 1451 {
1452 pDestination -= 70 * 480; 1452 pDestination -= 70 * 480;
1453 positionText += 70; 1453 positionText += 66;
1454 } 1454 }
1455 1455
1456 if(spacing[k]) 1456 if(spacing[k])
1457 { 1457 {
1458 pDestination -= 35 * 480; 1458 pDestination -= 35 * 480;
1459 positionText += 35; 1459 positionText += 31;
1460 } 1460 }
1461 } 1461 }
1462 } 1462 }
1463 } 1463 }
1464 tMscreen.FBStartAdress = pBackup; 1464 tMscreen.FBStartAdress = pBackup;