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