mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #405] Solum 5.85-inch Display Not Fully Utilizing Screen with Google Calendar Script #2455
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MagnusErler on GitHub (Dec 7, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/405
Describe the bug
The Solum 5.85-inch e-paper display does not fully utilize the screen area when running the Google Calendar script. Portions of the display remain blank instead of being filled with content.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
The entire screen area of the Solum 5.85-inch display should be filled with the content provided by the Google Calendar script.
Actual Behavior
The content does not fully occupy the display area, leaving portions of the screen blank.
Picture


@nlimper commented on GitHub (Dec 8, 2024):
The 5.85" currently doesn't have its own templates for the resolution, so the content is not optimal. I sadly don't own a 5.85", so I cannot work on it. To create the templates, you can edit the /tagtypes/41.json file, and add a
"template": {}section with the right coordinates for the content types. It can be a bit fiddly to do, but you will get a nicer layout. (after you edit a tagtype json file, you may have to restart the AP for it to work).Instead, you can also alter in the 41.json file:
"usetemplate": 47, by doing that, it uses the 4.3" tag as a fallback, which is more fitting for a start.@MagnusErler commented on GitHub (Dec 8, 2024):
Thanks for the guidance. I will try editing 41.json
@nlimper commented on GitHub (Dec 17, 2024):
fixed in https://github.com/OpenEPaperLink/OpenEPaperLink/pull/406
Thanks for fixing!
@MaxwellJK commented on GitHub (Oct 2, 2025):
Hi @MagnusErler I have the same tag - may I ask you what procedure you followed to flash it?
Thanks
@MagnusErler commented on GitHub (Oct 3, 2025):
@MaxwellJK Follow the instructions here and choose nRF. If you have any other questions, please open a new issue