Commit graph

38 commits

Author SHA1 Message Date
lumapu
3740a09d2a 0.8.74
* reduced cppcheck linter warnings significantly
2024-02-05 23:58:52 +01:00
you69man
4da01f897b fix scales 2024-01-20 08:23:00 +01:00
lumapu
1ac920d52d 0.8.57
* merge PR: fix immediate clearing of display after sunset #1364
2024-01-15 21:38:54 +01:00
you69man
ac2f772b74 fix immediate clearing of display after sunset 2024-01-15 13:09:31 +01:00
lumapu
de81296b28 0.8.55
* fix include of "settings.h" (was already done in #1360)
2024-01-14 16:45:36 +01:00
lumapu
ba6c38ede0 0.8.55
* changed scope of variables and member functions inside display classes
2024-01-14 16:42:33 +01:00
lumapu
0fb98518ea 0.8.55
* merge PR: fix reboot problem with deactivated power graph #1360
2024-01-14 16:30:01 +01:00
you69man
28418998fc fix reboot problem with deactivated power graph 2024-01-14 15:27:06 +01:00
lumapu
455d29a6fa 0.8.52
* possible fix of 'division by zero' #1345
* fix lang #1348 #1346
* fix timestamp `max AC power` #1324
* fix stylesheet overlay `max AC power` #1324
* fix download link #1340
* fix history graph
* try to fix #1331
2024-01-12 00:00:52 +01:00
lumapu
9f39e5c150 0.8.51
fix display (wrong correction)
fix dependency (GxEPD2)
2024-01-11 00:42:09 +01:00
lumapu
ed3e93274e 0.8.51
* added history protection mask
* merge PR: display graph improvements #1347
2024-01-11 00:20:55 +01:00
you69man
9a8d8560db possibly fix power graph problems 2024-01-10 23:54:51 +01:00
lumapu
ce6013d6a0 0.8.50
* small changes
2024-01-09 22:40:02 +01:00
you69man
08dc6d2194 pass full display config to Display_Mono classes for better maintainability 2024-01-08 23:51:56 +01:00
lumapu
3c5be9ae35 0.8.48
* merge PR: pin selection for ESP-32 S2 #1334
* merge PR: enhancement: power graph display option #1330
2024-01-07 22:25:59 +01:00
you69man
c82cc1c77e add option for graph size 2024-01-07 09:25:35 +01:00
you69man
4496981b3b add option for show ratio 2024-01-07 09:25:35 +01:00
you69man
954b4ff706 implementation of power graph 2024-01-07 09:25:35 +01:00
lumapu
f2e1e536f5 0.8.41
* fix display timeout (OLED) to 60s
* change offs to signed value
2024-01-02 15:12:24 +01:00
lumapu
7c08d934a9 0.8.31
* added class to handle timeouts PR #1298
2023-12-29 00:18:55 +01:00
you69man
bd0c5e3613 adapt Display_Mono.h to TimeMonitor 2023-12-28 22:24:40 +01:00
Wusaweki
a4492305a7 change symbol for 'radio not found'
(cherry picked from commit 1dbb0ceb2f82fd2e9fe4192763898add140f8c5a)
(cherry picked from commit 3b137d029876bab67ac7f4c246c8a2fc4ce0abeb)
2023-12-03 10:50:40 +01:00
Wusaweki
0a6437bf10 improve pixelshift screensaver
(cherry picked from commit 9eaa369147430c7d8c94830f325192e8f2e81853)
2023-11-25 17:36:26 +01:00
Wusaweki
9647044e49 add motion sensor function for screensaver and remove redundant display code 2023-11-22 20:54:20 +01:00
Wusaweki
120522582e adapt 128x64 to symbolic layout 2023-11-22 20:51:29 +01:00
Wusaweki
bf0f1181c6 add fonts with symbols to ahoy project and add WLAN RSSI bar to 84x48 2023-09-10 20:56:26 +02:00
Wusaweki
f1bff0b824 refactor display class
Display class gets access to App interface and HmRadio
Display class prepares relevant online information for displays in new DisplayData structure
Displays get pointer to DisplayData and only use information received from there
2023-09-10 20:54:42 +02:00
lumapu
81dfff15ca 0.7.46
* fix compile
2023-09-04 21:36:02 +02:00
Stephan Enderlein
a9e2fc9aeb initalize offsets 2023-07-16 01:08:58 +02:00
lumapu
78b421dcb5 0.6.14 Update Mono Display #902 2023-05-21 14:50:19 +02:00
Thomas Pohl
8960fa6650 Refactored DisplayMono class to improve maintainability 2023-05-01 12:15:33 +02:00
Thomas Pohl
df40286c04 Add support for 128x32 display 2023-04-23 11:14:13 +02:00
lumapu
9604687157 Attention: re-ordered display types, check your settings! #746
improved saving settings of display #747, #746
disabled contrast for Nokia display #746
added Prometheus as compile option #719, #615
update MQTT lib to v1.4.1
limit decimal places to 2 in `live`
added `-DPIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48` to esp8266 debug build #657
a `max-module-power` of `0` disables channel in live view `setup`
2023-03-09 22:59:33 +01:00
lumapu
6ef7720324 added Nokia display again for ESP8266 #764
changed `var` / `VAr` to SI unit `var` #732
fix MQTT retained flags for totals (P_AC, P_DC) #726, #721
2023-03-08 23:43:21 +01:00
lumapu
6dbb88e27e added ePaper (for ESP32 only!), thx @dAjaY85 #735
improved `/live` margins #732
renamed `var` to `VAr` #732
2023-03-07 14:54:27 +01:00
dAjaY85
565b944da3 PeriodenDauer hinzugefügt 2023-03-05 17:22:03 +01:00
dAjaY85
0ff821aeac kleine Optimierungen 2023-03-05 16:56:01 +01:00
dAjaY85
3a2e2fa286 Ordner MonochromeDisplay auf Display umbenannt 2023-03-05 03:30:34 +01:00
Renamed from src/plugins/MonochromeDisplay/Display_Mono.h (Browse further)