mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 09:20:39 +03:00
lol.h: remove unimplemented function
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
parent
474a6f82a3
commit
8174b6c59b
@ -82,13 +82,6 @@ class LoL {
|
|||||||
*/
|
*/
|
||||||
unsigned char setPixel(int x, int y, unsigned char pixel);
|
unsigned char setPixel(int x, int y, unsigned char pixel);
|
||||||
|
|
||||||
/**
|
|
||||||
* Get framebuffer pointer
|
|
||||||
* @return 1 if pixel is on, 0 if off, -1 on error
|
|
||||||
*/
|
|
||||||
unsigned char getBit(int x, int y);
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
mraa_gpio_context m_LoLCtx[14];
|
mraa_gpio_context m_LoLCtx[14];
|
||||||
unsigned char framebuffer[LOL_X*LOL_Y];
|
unsigned char framebuffer[LOL_X*LOL_Y];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user