OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSD1308
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/lcd/
ssd1308.h
38
* @sensor
ssd1308
39
* @comname
SSD1308
OLED Display
47
* @brief API for
SSD1308
I2C-controlled OLED displays
49
*
SSD1308
is a 128x64 dot-matrix OLED/PLED segment driver with a
53
* @image html
ssd1308
.jpeg
54
* @snippet
ssd1308
-oled.cxx Interesting
56
class
SSD1308
: public LCD
60
*
SSD1308
constructor; calls libmraa initialisation functions
65
SSD1308
(int bus, int address = 0x3C);
67
*
SSD1308
destructo
[
all
...]
ssd1308.cxx
30
#include "
ssd1308
.h"
34
SSD1308
::
SSD1308
(int bus_in, int addr_in) : m_i2c_lcd_control(bus_in)
37
m_name = "
SSD1308
";
56
SSD1308
::~
SSD1308
()
61
SSD1308
::draw(uint8_t* data, int bytes)
79
SSD1308
::write(std::string msg)
93
SSD1308
::setCursor(int row, int column)
109
SSD1308
::clear(
[
all
...]
Completed in 146 milliseconds