Code formatting.
This commit is contained in:
		@@ -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."));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user