lol: styling fix and remove static gpio tables for gen1

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-11-13 16:02:53 +00:00
parent 8174b6c59b
commit e3bdef0ef0
2 changed files with 23 additions and 64 deletions

View File

@@ -83,9 +83,9 @@ class LoL {
unsigned char setPixel(int x, int y, unsigned char pixel);
private:
mraa_gpio_context m_LoLCtx[14];
mraa_gpio_context m_LoLCtx[14];
unsigned char framebuffer[LOL_X*LOL_Y];
pthread_t drawer_thread;
pthread_t drawer_thread;
};
};