mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-01 23:48:24 +02:00
parent
edee50c225
commit
ac53925a24
2 changed files with 3 additions and 3 deletions
|
@ -10,6 +10,7 @@
|
|||
* merged PR #1095, MI fixes for 0.7.x versions
|
||||
* fix scheduled reboot #1097
|
||||
* added vector graphic logo `/doc/logo.svg`
|
||||
* merge PR #1093, improved Nokia5110 display layout
|
||||
|
||||
## 0.7.33 - 2023-08-15
|
||||
* add alarms overview to WebGui #608
|
||||
|
|
|
@ -100,8 +100,7 @@ class DisplayMono84X48 : public DisplayMono {
|
|||
|
||||
private:
|
||||
uint16_t mDispWidth;
|
||||
enum _dispLine
|
||||
{
|
||||
enum _dispLine {
|
||||
// start page
|
||||
l_Website = 0,
|
||||
l_Ahoy = 2,
|
||||
|
@ -114,7 +113,7 @@ class DisplayMono84X48 : public DisplayMono {
|
|||
l_YieldTotal = 4,
|
||||
// End
|
||||
l_MAX_LINES = 5,
|
||||
};
|
||||
};
|
||||
|
||||
void calcLinePositions() {
|
||||
uint8_t yOff = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue