mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-04 22:05:41 +08:00
Add files via upload
-Added definition of 5th line in OLED.h -Added new logos for D-Star, Fusion, DMR and Idle Screen -Relocated text for better reading in all modes (moved everything down a line) -Added a line to make the logo of the active mode scroll. (you have to un-comment it; it is at the very end of OLED.cpp) -D-Star screen organised to show the info in a more visual way
This commit is contained in:
2
OLED.h
2
OLED.h
@@ -24,6 +24,7 @@
|
||||
#define OLED_LINE2 26
|
||||
#define OLED_LINE3 36
|
||||
#define OLED_LINE4 46
|
||||
#define OLED_LINE5 56
|
||||
|
||||
#include "Display.h"
|
||||
#include "Defines.h"
|
||||
@@ -71,6 +72,7 @@ private:
|
||||
unsigned char m_displayType;
|
||||
unsigned char m_displayBrightness;
|
||||
bool m_displayInvert;
|
||||
;
|
||||
|
||||
ArduiPi_OLED display;
|
||||
void OLED_statusbar();
|
||||
|
||||
Reference in New Issue
Block a user