Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Commit

Permalink
Merge pull request #5 from Ivoah/patch-2
Browse files Browse the repository at this point in the history
Added serial wait for Leonardo and Micro
  • Loading branch information
PaintYourDragon committed Mar 28, 2014
2 parents 27bc747 + 9229f0a commit a10b6ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/graphicstest/graphicstest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Adafruit_ILI9340 tft = Adafruit_ILI9340(_cs, _dc, _rst);

void setup() {
Serial.begin(9600);
while (!Serial);

Serial.println("Adafruit 2.2\" SPI TFT Test!");

tft.begin();
Expand Down

0 comments on commit a10b6ec

Please sign in to comment.