File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,11 +171,11 @@ class Adafruit_SSD1306 : public Adafruit_GFX {
171
171
SPIClass *spi;
172
172
/* * protected:initialized during construction when using twi. See Wire.cpp Wire.h*/
173
173
TwoWire *wire;
174
- /* * protected: data used for display buffer. allocated when begin method is called*/
174
+ /* * protected: data used for display buffer. Allocated when begin method is called. */
175
175
uint8_t *buffer;
176
- /* * protected: i2c address initialized when begin is called.*/
176
+ /* * protected: i2c address initialized when begin method is called.*/
177
177
int8_t i2caddr;
178
- /* * protected: VCC selection, set by begin method*/
178
+ /* * protected: VCC selection, set by begin method. */
179
179
int8_t vccstate;
180
180
/* * protected: not used*/
181
181
int8_t page_end;
You can’t perform that action at this time.
0 commit comments