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:
M0IEI
2017-08-06 17:35:10 +01:00
committed by GitHub
parent 1437fca2f2
commit ed6c4cb854
2 changed files with 191 additions and 127 deletions

2
OLED.h
View File

@@ -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();