mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #335] Painter: use available tag colors #1298
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 @NiklasCa on GitHub (Jun 12, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/335
Originally assigned to: @nlimper on GitHub.
Yellow color contains black dots/lines using 2.60, it was working fine using 2.52.
The phenomenon is visible in the exclamation mark in the end of atc1441's video:

https://www.youtube.com/watch?t=408&v=WRfZJ4xyYwc
I did "update tagtype definitions" since I thought it might be related to the dithering issue mentioned in the 2.60 release notes, but it made no difference.
@NiklasCa commented on GitHub (Jun 20, 2024):
I digged into the 2.60 changelog and realised that "yellow" is a valid color and it works when sending the content from Home Assistant, previously I used "red" and it was substituted with yellow, but that is no longer the case.
My problem is solved, my only remaining complaint would be that the "Static Image" editor (which I used only to test the display) does not support yellow, but this i no major issue for me.
@nlimper commented on GitHub (Oct 28, 2024):
The painter needs to be updated to use only the configured tag colors (so, no red if a tag uses yellow). To do.
@nlimper commented on GitHub (Nov 3, 2024):
done in
7abd5d9a84