27 #include <mraa/gpio.h>
82 unsigned char getPixel(
int x,
int y);
91 unsigned char setPixel(
int x,
int y,
unsigned char pixel);
94 mraa_gpio_context m_LoLCtx[14];
95 unsigned char framebuffer[LOL_X*LOL_Y];
96 pthread_t drawer_thread;
API for the Olimex LoL array.
Definition: lol.h:57
LoL()
Definition: lol.cxx:135
unsigned char * getFramebuffer()
Definition: lol.cxx:157
~LoL()
Definition: lol.cxx:150
unsigned char setPixel(int x, int y, unsigned char pixel)
Definition: lol.cxx:161
unsigned char getPixel(int x, int y)
Definition: lol.cxx:170