Code formatting.

This commit is contained in:
2021-03-19 18:52:50 +01:00
parent 3408e35786
commit 3fce356abf
5 changed files with 140 additions and 230 deletions

View File

@ -1416,8 +1416,8 @@ void setup() {
Serial.print(number);
Serial.println(F(" of 255"));
MAX7456::getCARACFromProgMem(tableOfAllCharacters, i, currentChar); //Because the table is too big for ram memory
osd->sendCharacter(currentChar, i & 0xF0, i & 0xF0); //We send currentChar at address i.
MAX7456::printCharacterToSerial(tableOfAllCharacters[i], true);
osd->sendCharacter(currentChar, i); //We send currentChar at address i.
}
Serial.println(F("---------- DONE! ----------"));
Serial.println(F("please unplug your arduino."));