mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +03:00
eboled: updated python sample and function description for refresh()
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -128,11 +128,8 @@ namespace upm
|
||||
~EBOLED();
|
||||
|
||||
/**
|
||||
* Draw the buffer to screen, see examples/python/make_oled_pic.py for an
|
||||
* explanation on how the pixels are mapped to bytes.
|
||||
* Draw the buffer to screen.
|
||||
*
|
||||
* @param data the buffer to write
|
||||
* @param bytes the number of bytes to write
|
||||
* @return result of operation
|
||||
*/
|
||||
mraa::Result refresh();
|
||||
|
Reference in New Issue
Block a user