provo a tracciare retta di layer1

This commit is contained in:
2025-01-25 16:52:49 +01:00
parent e2416288ba
commit 9c1205a371
5 changed files with 21 additions and 15 deletions

View File

@@ -94,8 +94,8 @@ void disegna_legenda(int multi_layer) {
textout_ex(screen, font, "Percettrone", 0 + 10, 0 + 10, colore_rosso, -1);
else {
textout_ex(screen, font, "Percettrone 1", 0 + 10, 0 + 10, colore_rosso, -1);
textout_ex(screen, font, "Percettrone 2", 0 + 10, 0 + 20, colore_verde, -1);
textout_ex(screen, font, "Percettrone out", 0 + 10, 0 + 30, colore_blu, -1);
//textout_ex(screen, font, "Percettrone 2", 0 + 10, 0 + 20, colore_verde, -1);
textout_ex(screen, font, "Percettrone out", 0 + 10, 0 + 20, colore_blu, -1);
}
}