I2Cwrapper v0.5.0
Generic framework for Arduino I2C target devices
|
Macros | |
#define | T 4000 |
#define | DLY() delay(2000) |
Functions | |
uint32_t | lcg_rnd (void) |
void | ucglib_graphics_test (void) |
void | gradient (void) |
void | box (void) |
void | pixel_and_lines (void) |
void | color_test (void) |
void | ucg_Draw90Line (ucg_int_t x, ucg_int_t y, ucg_int_t len, ucg_int_t dir) |
void | cross (void) |
void | triangle (void) |
void | text (void) |
void | fonts (void) |
void | clip (void) |
void | setup (void) |
void | set_clip_range (void) |
void | loop (void) |
Variables | |
I2Cwrapper | wrapper (0x08) |
uint8_t | z = 127 |
uint8_t | r = 0 |
#define DLY | ( | ) | delay(2000) |
#define T 4000 |
void box | ( | void | ) |
void clip | ( | void | ) |
void color_test | ( | void | ) |
void cross | ( | void | ) |
void fonts | ( | void | ) |
void gradient | ( | void | ) |
uint32_t lcg_rnd | ( | void | ) |
void loop | ( | void | ) |
void pixel_and_lines | ( | void | ) |
void set_clip_range | ( | void | ) |
void setup | ( | void | ) |
void text | ( | void | ) |
void triangle | ( | void | ) |
void ucg_Draw90Line | ( | ucg_int_t | x, |
ucg_int_t | y, | ||
ucg_int_t | len, | ||
ucg_int_t | dir | ||
) |
void ucglib_graphics_test | ( | void | ) |
uint8_t r = 0 |
UcglibI2C ucg& wrapper | ( | 0x08 | ) |
uint8_t z = 127 |