mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #522] HS BWRY 3,5" - preview image uses wrong colors #1434
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 @bogd on GitHub (Oct 30, 2025).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/522
Describe the bug
On 4-color (BWRY) tags, the preview image shown by the AP is wrong or missing.
To Reproduce
Steps to reproduce the behavior:
Also:
Expected behavior
The AP preview and the "Content" in HAss should match what is shown on the tag
Screenshots
Actual tag:



AP preview:
HAss preview:
Additional info
Code used to generate tag contents:
@nlimper commented on GitHub (Oct 30, 2025):
In all HS BWRY tags it seems the perceptual color is not added.
The entry for red in the perceptual table is missing (those colors are used for rendering the previews).
Your display is https://github.com/OpenEPaperLink/OpenEPaperLink/blob/master/resources/tagtypes/6D.json, but also other HS BWRY tagtypes are missing the entry.
@atc1441 commented on GitHub (Oct 30, 2025):
Just correctly added the perceptual color table for HS
Not sure if it is also needed for Opticon or M3
@bogd commented on GitHub (Oct 31, 2025):
I updated the firmware on my AP, and downloaded the tag definition files (which did pull an updated 6D.json). However, I still see the issue (preview uses yellow, tag shows red). Is there anything else I need to do to apply the fix?
@atc1441 commented on GitHub (Oct 31, 2025):
please clear the cache of your browser
@bogd commented on GitHub (Oct 31, 2025):
Amazingly enough, that was it... I had performed all possible updates (even flashed the C6 update on the AP), but I never would have thought of a browser issue!
Thank you!
@atc1441 commented on GitHub (Oct 31, 2025):
Nice to hear :)
@AquariDN commented on GitHub (Nov 15, 2025):
Which firmware worked for you? I can't find one that supports BWRY.
@nlimper commented on GitHub (Nov 16, 2025):
@AquariDN They all support BWRY from the beginning. But, always use the latest version.
The actual definition of the colors is in the tagtype json, which correspondents with the tagtype from the tag firmware. If something is not working, you have to provide more info.
@AquariDN commented on GitHub (Nov 16, 2025):
@nlimper Does that mean I can simply use this file for the HS Pro 350Q-N ?(https://github.com/OpenEPaperLink/OpenEPaperLink/blob/master/binaries/Tag/TLSR_HS_BWY_35_ALPHA.bin)
@nlimper commented on GitHub (Nov 16, 2025):
@AquariDN That's a tag firmware file. Of course your tag firmware should be suitable for the right hardware. I don't know which are compatible, but this issue was about the access point, not about the tag firmware. :-)
@AquariDN commented on GitHub (Nov 16, 2025):
ok Thank you @nlimper