mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 16:25:45 +08:00
Clean up the OLED configuration.
This commit is contained in:
13
OLED.h
13
OLED.h
@@ -65,13 +65,12 @@ public:
|
||||
virtual void close();
|
||||
|
||||
private:
|
||||
const char* m_slot1_state;
|
||||
const char* m_slot2_state;
|
||||
unsigned char m_mode;
|
||||
unsigned char m_displayType;
|
||||
unsigned char m_displayBrightness;
|
||||
unsigned char m_displayInvert;
|
||||
|
||||
const char* m_slot1_state;
|
||||
const char* m_slot2_state;
|
||||
unsigned char m_mode;
|
||||
unsigned char m_displayType;
|
||||
unsigned char m_displayBrightness;
|
||||
bool m_displayInvert;
|
||||
|
||||
ArduiPi_OLED display;
|
||||
void OLED_statusbar();
|
||||
|
||||
Reference in New Issue
Block a user