Commit graph

29 commits

Author SHA1 Message Date
lumapu
f90aacc3c9 0.8.141
* fix display IP in ePaper display (ETH or WiFi, static or DHCP) #1439
2024-08-17 00:35:27 +02:00
lumapu
c64f028ec1 0.8.132
* improved refresh routine of ePeper
* added default pin seetings for opendtufusion board
2024-08-09 18:46:19 +02:00
lumapu
55e45c7ffb 0.8.131
* improved refresh routine of ePaper, full refresh each 12h #1107 #1706
2024-08-08 23:28:09 +02:00
lumapu
ec50135b9a convert EPD2 to hal to share SPI with other devices 2024-04-14 21:13:11 +02:00
lumapu
da34e737c6 0.8.105
* fix compile of esp32-minimal
2024-04-05 00:49:27 +02:00
lumapu
c1a9860daa 0.8.92
* added language to display on compile time #1484, #1255, #1479
2024-03-10 14:39:21 +01:00
lumapu
7c532ca1cc 0.8.76
* revert changes from yesterday regarding snprintf and its size #1410, #1411
* reduced cppcheck linter warnings significantly
* try to improve ePaper (ghosting) #1107
2024-02-07 22:50:13 +01:00
lumapu
77b1f96c03 0.8.63
* made code review
* fixed endless loop #1387
2024-01-22 21:00:58 +01:00
lumapu
93b53a10d9 0.8.59
* merge PR: solve display settings dependencies #1369
* fix language typos #1346
* full update of ePaper after booting #1107
* fix MqTT yield day reset even if `pause inverter during nighttime` isn't active #1368
2024-01-18 23:21:59 +01:00
you69man
21234d2ece replace display numbers by enums 2024-01-18 20:50:24 +01:00
lumapu
c3a2ad0a97 0.8.58
* full refresh of ePaper after booting #1107
* add optional custom link #1199
* pinout has an own subgroup in `/settings`
* grid profile will be displayed as hex in every case #1199
2024-01-18 00:10:29 +01: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
f3192b49ab 0.7.46
* removed `delay` from ePaper
* started improvements of `/system`
* fix LEDs to check all configured inverters
2023-09-01 07:58:33 +02:00
dAjaY85
4ef38f1266 Integration VersionNr durring startup 2023-08-29 22:01:56 +02:00
dAjaY85
b12effd59e bug fixes 2023-08-29 15:28:28 +02:00
dAjaY85
e2f8fcab40 Symbols instead of Text 2023-08-29 14:56:10 +02:00
lumapu
abdf2185ff 0.7.42
* fix ePaper for opendtufusion_v2.x boards (Software SPI)
2023-08-27 22:33:01 +02:00
Alexander Dahl
ae3e98e77d Fix typos throughout code
Found with `codespell -w -i3 src/**` and reviewed manually.

Fixes: #1112
2023-08-23 06:37:55 +02:00
Stephan Enderlein
c99851364a - rework "hiding Pins" to easier configure pins for new displays (using a pin map, remove hard-coded if-statements)
- rework display type handling: remove uneeded checks because defined context from which functions are called
- default initialize "mMono" pointer (potential illegal memory access)
- define EXACTLY one display type for ePaper display (type 10). There is no need to use ranges and distinguish oled from epaper display. Simply one switch/case
- correct type handling for display type (javascript). Event handler gives a string instead of number (display type)
2023-07-15 23:49:11 +02:00
lumapu
5b82d1aa8b 0.6.15
* improved Prometheus Endpoint PR #958
* fix turn off ePaper only if setting was set #956
2023-05-25 21:41:56 +02:00
lumapu
e6d8e2ee97 0.6.14 merge PR #920 2023-05-21 14:57:17 +02:00
Thomas Pohl
ded680bc80 For ePaper display, show ahoy logo on offline screen
Solves #897
2023-05-01 19:18:34 +02:00
Markus Krause
580a17d46c improve centering of text on eInk display
(@knickohr|s erster codebeitrag, er ist stolz wie bolle)
2023-03-26 21:49:27 +02:00
lumapu
a6b8794855 0.5.104
* further improved save settings
* removed `#` character from ePaper
* fixed saving pinout for `Nokia-Display`
* removed `Reset` Pin for monochrome displays
2023-03-19 21:49:39 +01:00
lumapu
c27c5e136b fix time for ePaper 2023-03-07 16:00:51 +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
0ff821aeac kleine Optimierungen 2023-03-05 16:56:01 +01:00
dAjaY85
18ea8b5925 Versuch die WebOberfläche an zu passen 2023-03-05 16:21:06 +01:00
dAjaY85
3a2e2fa286 Ordner MonochromeDisplay auf Display umbenannt 2023-03-05 03:30:34 +01:00
Renamed from src/plugins/MonochromeDisplay/Display_ePaper.cpp (Browse further)