mirror of
https://github.com/adafruit/Adafruit_SSD1306.git
synced 2026-07-27 20:05:50 +00:00
private data to protected
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user