27 #include <mraa/gpio.h>
81 unsigned char getPixel(
int x,
int y);
90 unsigned char setPixel(
int x,
int y,
unsigned char pixel);
93 mraa_gpio_context m_LoLCtx[14];
94 unsigned char framebuffer[LOL_X*LOL_Y];
95 pthread_t drawer_thread;
C++ API for Olimex LoL array.
Definition: lol.h:56
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