mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +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);
|
||||
|
||||
/**
|
||||
* Get framebuffer pointer
|
||||
* @return 1 if pixel is on, 0 if off, -1 on error
|
||||
*/
|
||||
unsigned char getBit(int x, int y);
|
||||
|
||||
|
||||
private:
|
||||
mraa_gpio_context m_LoLCtx[14];
|
||||
unsigned char framebuffer[LOL_X*LOL_Y];
|
||||
|
Loading…
x
Reference in New Issue
Block a user