Home | History | Annotate | Download | only in lcd

Lines Matching defs:SSD1306

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 LCD
112 * SSD1306 constructor; calls libmraa initialisation functions
117 SSD1306(int bus, int address = 0x3C);
119 * SSD1306 destructor
121 ~SSD1306();