![]() |
Linduino
1.3.0
Linear Technology Arduino-Compatible Demonstration Board
|
Go to the source code of this file.
Functions | |
static void | setup () |
static void | loop (void) |
unsigned long | testFillScreen () |
unsigned long | testText () |
unsigned long | testLines (uint16_t color) |
unsigned long | testFastLines (uint16_t color1, uint16_t color2) |
unsigned long | testRects (uint16_t color) |
unsigned long | testFilledRects (uint16_t color1, uint16_t color2) |
unsigned long | testFilledCircles (uint8_t radius, uint16_t color) |
unsigned long | testCircles (uint8_t radius, uint16_t color) |
unsigned long | testTriangles () |
unsigned long | testFilledTriangles () |
unsigned long | testRoundRects () |
unsigned long | testFilledRoundRects () |
Macros | |
#define | TFT_DC 9 |
#define | TFT_CS 10 |
Variables | |
Adafruit_ILI9341 | tft = Adafruit_ILI9341(TFT_CS, TFT_DC) |
|
static |
Definition at line 108 of file graphicstest.ino.
|
static |
Definition at line 30 of file graphicstest.ino.
unsigned long testCircles | ( | uint8_t | radius, |
uint16_t | color | ||
) |
Definition at line 298 of file graphicstest.ino.
unsigned long testFastLines | ( | uint16_t | color1, |
uint16_t | color2 | ||
) |
Definition at line 225 of file graphicstest.ino.
unsigned long testFilledCircles | ( | uint8_t | radius, |
uint16_t | color | ||
) |
Definition at line 280 of file graphicstest.ino.
unsigned long testFilledRects | ( | uint16_t | color1, |
uint16_t | color2 | ||
) |
Definition at line 257 of file graphicstest.ino.
unsigned long testFilledRoundRects | ( | ) |
Definition at line 381 of file graphicstest.ino.
unsigned long testFilledTriangles | ( | ) |
Definition at line 340 of file graphicstest.ino.
unsigned long testFillScreen | ( | ) |
Definition at line 118 of file graphicstest.ino.
unsigned long testLines | ( | uint16_t | color | ) |
Definition at line 165 of file graphicstest.ino.
unsigned long testRects | ( | uint16_t | color | ) |
Definition at line 238 of file graphicstest.ino.
unsigned long testRoundRects | ( | ) |
Definition at line 362 of file graphicstest.ino.
unsigned long testText | ( | ) |
Definition at line 134 of file graphicstest.ino.
unsigned long testTriangles | ( | ) |
Definition at line 319 of file graphicstest.ino.
#define TFT_CS 10 |
Definition at line 23 of file graphicstest.ino.
#define TFT_DC 9 |
Definition at line 22 of file graphicstest.ino.
Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC) |
Definition at line 26 of file graphicstest.ino.