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.hpp:57
 
LoL()
Definition: lol.cxx:136
 
void setPixel(int x, int y, bool pixel)
Definition: lol.cxx:168
 
unsigned char * getFramebuffer()
Definition: lol.cxx:164
 
~LoL()
Definition: lol.cxx:158
 
bool getPixel(int x, int y)
Definition: lol.cxx:178