You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Home Assistant dashboard that I want to show on the inky impression 7.3".
I get the snapshot via headless chromium, then convert it to 800x480, but now I am facing a dithering issue and the final result is low quality.
The snapshot has just 9 colours:
light blue
red
violet
dark yellow
green
black
dark grey
white
light grey
I am not after colour accuracy, what I am hoping to achieve is to translate the above colour to the native colours of the impression screen, something like:
light blue > solid blue
red > red
violet > orange
dark yellow > yellow
green > green
black > black
dark grey > black
white > white
light grey > white
Is there a way to achieve this in either python or command line?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I have a Home Assistant dashboard that I want to show on the inky impression 7.3".
I get the snapshot via headless chromium, then convert it to 800x480, but now I am facing a dithering issue and the final result is low quality.
The snapshot has just 9 colours:
I am not after colour accuracy, what I am hoping to achieve is to translate the above colour to the native colours of the impression screen, something like:
Is there a way to achieve this in either python or command line?
Thanks!
The text was updated successfully, but these errors were encountered: