![]() |
Linduino
1.3.0
Linear Technology Arduino-Compatible Demonstration Board
|
Go to the source code of this file.
Functions | |
| static void | setup (void) |
| static void | loop () |
| static void | bmpDraw (char *filename, uint8_t x, uint16_t y) |
| static uint16_t | read16 (File &f) |
| static uint32_t | read32 (File &f) |
Macros | |
| #define | TFT_DC 9 |
| #define | TFT_CS 10 |
| #define | SD_CS 4 |
| #define | BUFFPIXEL 20 |
Variables | |
| Adafruit_ILI9341 | tft = Adafruit_ILI9341(TFT_CS, TFT_DC) |
|
static |
Definition at line 66 of file spitftbitmap.ino.
|
static |
Definition at line 52 of file spitftbitmap.ino.
|
static |
Definition at line 194 of file spitftbitmap.ino.
|
static |
Definition at line 202 of file spitftbitmap.ino.
|
static |
Definition at line 33 of file spitftbitmap.ino.
| #define BUFFPIXEL 20 |
Definition at line 64 of file spitftbitmap.ino.
| #define SD_CS 4 |
Definition at line 31 of file spitftbitmap.ino.
| #define TFT_CS 10 |
Definition at line 28 of file spitftbitmap.ino.
| #define TFT_DC 9 |
Definition at line 27 of file spitftbitmap.ino.
| Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC) |
Definition at line 29 of file spitftbitmap.ino.