OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSD1306
(Results
1 - 4
of
4
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/lcd/
ssd1306.cxx
33
#include "
ssd1306
.h"
37
SSD1306
::
SSD1306
(int bus_in, int addr_in) : m_i2c_lcd_control(bus_in)
45
m_name = "
SSD1306
";
112
SSD1306
::~
SSD1306
()
117
SSD1306
::draw(uint8_t* data, int bytes)
135
SSD1306
::write(std::string msg)
148
SSD1306
::setCursor(int row, int column)
164
SSD1306
::clear(
[
all
...]
ssd1306.h
89
* @sensor
ssd1306
90
* @comname
SSD1306
OLED Display
91
* @altname Adafruit
SSD1306
OLED Display 0.96"
94
* @web https://www.adafruit.com/datasheets/
SSD1306
.pdf
98
* @brief API for
SSD1306
I2C-controlled OLED displays
100
*
SSD1306
is a 128x64 dot-matrix OLED/PLED segment driver with a
103
*
SSD1306
device from eBay.
105
* @image html
ssd1306
.jpeg
106
* @snippet
ssd1306
-oled.cxx Interesting
108
class
SSD1306
: public LC
[
all
...]
/hardware/bsp/intel/peripheral/libupm/examples/c++/
ssd1306-oled.cxx
29
#include "
ssd1306
.h"
96
upm::
SSD1306
*lcd = new upm::
SSD1306
(BUS_NUMBER, DEVICE_ADDRESS);
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
oled_ssd1306.js
93
var lcd = new lcdObj.
SSD1306
(6, 0x3c);
Completed in 360 milliseconds