Tidy example
This commit is contained in:
parent
34220ed382
commit
27513d9ca9
1 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,8 @@
|
|||
#endif
|
||||
|
||||
Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC);
|
||||
Adafruit_ImageReader reader; // Class w/image-reading functions
|
||||
Adafruit_Image img; // Contains dynamically-allocated canvas object
|
||||
Adafruit_ImageReader reader; // Class w/image-reading functions
|
||||
Adafruit_Image img; // Image loaded in RAM
|
||||
|
||||
void setup(void) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue