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."));
|
||||
|
@ -74,7 +74,7 @@ void setup()
|
||||
{
|
||||
byte spi_junk;
|
||||
int x;
|
||||
Serial.begin(38400);
|
||||
Serial.begin(115200);
|
||||
Serial.flush();
|
||||
|
||||
digitalWrite(USBSELECT,HIGH); //disable USB chip
|
||||
|
Reference in New Issue
Block a user