27 #include <mraa/gpio.h>
92 void setPixel(
int x,
int y,
bool pixel);
95 mraa_gpio_context m_LoLCtx[14];
96 unsigned char framebuffer[LOL_X*LOL_Y];
97 pthread_t drawer_thread;
API for the Olimex LoL array.
Definition: lol.h:57
LoL()
Definition: lol.cxx:137
void setPixel(int x, int y, bool pixel)
Definition: lol.cxx:171
unsigned char * getFramebuffer()
Definition: lol.cxx:167
~LoL()
Definition: lol.cxx:160
bool getPixel(int x, int y)
Definition: lol.cxx:181