Merge pull request #346 from stevstrong/patch-4
Update graphicstest.ino [Adafruit_ILI9341_STM]
This commit is contained in:
commit
6ce1fd2e93
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue