OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EBOLED
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/lcd/
eboled.cxx
30
#include "
eboled
.h"
37
EBOLED
::
EBOLED
(int spi, int CD, int reset) :
40
m_name = "
EBOLED
";
111
EBOLED
::~
EBOLED
()
116
mraa::Result
EBOLED
::refresh()
131
mraa::Result
EBOLED
::write (std::string msg)
162
mraa::Result
EBOLED
::setCursor (int row, int column) {
168
void
EBOLED
::setTextColor (uint8_t textColor)
[
all
...]
eboled.h
50
* @sensor
eboled
58
* @brief API for
EBOLED
spi controlled OLED display
60
* The
EBOLED
is an ssd1306 with some modifications to work as an
69
* @snippet
eboled
.cxx Interesting
80
class
EBOLED
: public LCD
114
*
EBOLED
Constructor. Note that you will not have any choice as
122
EBOLED
(int spi=EBOLED_DEFAULT_SPI_BUS, int CD=EBOLED_DEFAULT_CD,
126
*
EBOLED
Destructor
128
~
EBOLED
();
Completed in 2351 milliseconds