We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93159a5 commit 567b6bfCopy full SHA for 567b6bf
Adafruit_SSD1306.h
@@ -167,9 +167,9 @@ class Adafruit_SSD1306 : public Adafruit_GFX {
167
void ssd1306_command1(uint8_t c);
168
void ssd1306_commandList(const uint8_t *c, uint8_t n);
169
170
- /** protected: initialized during construction when using spi. See SPI.cpp SPI.h*/
+ /** protected: initialized during construction when using SPI. See SPI.cpp SPI.h*/
171
SPIClass *spi;
172
- /** protected:initialized during construction when using twi. See Wire.cpp Wire.h*/
+ /** protected:initialized during construction when using I2C. See Wire.cpp Wire.h*/
173
TwoWire *wire;
174
/** protected: data used for display buffer. Allocated when begin method is called.*/
175
uint8_t *buffer;
0 commit comments