Merge pull request #346 from stevstrong/patch-4

Update graphicstest.ino [Adafruit_ILI9341_STM]
This commit is contained in:
Roger Clark 2017-10-08 11:03:08 +11:00 committed by GitHub
commit 6ce1fd2e93
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
#include "SPI.h"
#include "Adafruit_GFX.h"
#include "Adafruit_GFX_AS.h"
#include "Adafruit_ILI9341_STM.h"
// For the Adafruit shield, these are the default.
@ -346,4 +346,4 @@ unsigned long testFilledRoundRects() {
}
return micros() - start;
}
}