We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1143247 commit 7304da2Copy full SHA for 7304da2
src/OLEDDisplay.h
@@ -358,6 +358,9 @@ class OLEDDisplay : public Stream {
358
uint8_t *buffer_back;
359
#endif
360
361
+ // Set the correct height, width and buffer for the geometry
362
+ void setGeometry(OLEDDISPLAY_GEOMETRY g, uint16_t width = 0, uint16_t height = 0);
363
+
364
protected:
365
366
OLEDDISPLAY_GEOMETRY geometry;
@@ -366,9 +369,6 @@ class OLEDDisplay : public Stream {
369
uint16_t displayHeight;
367
370
uint16_t displayBufferSize;
368
371
- // Set the correct height, width and buffer for the geometry
- void setGeometry(OLEDDISPLAY_GEOMETRY g, uint16_t width = 0, uint16_t height = 0);
-
372
OLEDDISPLAY_TEXT_ALIGNMENT textAlignment;
373
OLEDDISPLAY_COLOR color;
374
0 commit comments