private data to protected

This commit is contained in:
b.moniey
2021-10-03 13:38:18 -07:00
parent 0de2f56f0a
commit ae96f6ee42
2 changed files with 0 additions and 71 deletions
-3
View File
@@ -40,8 +40,6 @@ typedef class HardwareSPI SPIClass;
#include <SPI.h>
#include <Wire.h>
typedef void (* dfunc_t)(void);
#if defined(__AVR__)
typedef volatile uint8_t PortReg;
typedef uint8_t PortMask;
@@ -147,7 +145,6 @@ public:
bool begin(uint8_t switchvcc = SSD1306_SWITCHCAPVCC, uint8_t i2caddr = 0,
bool reset = true, bool periphBegin = true);
void display(void);
void display_d(dfunc_t dfunc);
void clearDisplay(void);
void invertDisplay(bool i);
void dim(bool dim);