For ePaper display, show ahoy logo on offline screen

Solves #897
This commit is contained in:
Thomas Pohl 2023-05-01 19:18:34 +02:00
parent 15ec6a0608
commit ded680bc80
2 changed files with 60 additions and 29 deletions

View file

@ -39,6 +39,7 @@ class DisplayEPaper {
void headlineIP();
void actualPowerPaged(float _totalPower, float _totalYieldDay, float _totalYieldTotal, uint8_t _isprod);
void lastUpdatePaged();
void offlineFooter();
uint8_t mDisplayRotation;
bool _changed = false;