OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EBOLED
(Results
1 - 6
of
6
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/c++/
eboled.cxx
26
#include "
eboled
.h"
34
upm::
EBOLED
*lcd = new upm::
EBOLED
();
/hardware/bsp/intel/peripheral/libupm/examples/python/
eboled.py
29
lcd = lcdObj.
EBOLED
();
/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
();
/hardware/bsp/intel/peripheral/displays/SparkFun_OLED/
SparkFunOLED.cpp
22
#include <
eboled
.h>
96
upm::
EBOLED
*display = new upm::
EBOLED
(
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
eboled.js
32
var oled = new lcdObj.
EBOLED
();
Completed in 587 milliseconds