Skip to content

Commit 93159a5

Browse files
committed
more cleaning
1 parent fe6ee17 commit 93159a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Adafruit_SSD1306.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ class Adafruit_SSD1306 : public Adafruit_GFX {
171171
SPIClass *spi;
172172
/** protected:initialized during construction when using twi. See Wire.cpp Wire.h*/
173173
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.*/
175175
uint8_t *buffer;
176-
/** protected: i2c address initialized when begin is called.*/
176+
/** protected: i2c address initialized when begin method is called.*/
177177
int8_t i2caddr;
178-
/** protected: VCC selection, set by begin method*/
178+
/** protected: VCC selection, set by begin method.*/
179179
int8_t vccstate;
180180
/** protected: not used*/
181181
int8_t page_end;

0 commit comments

Comments
 (0)