Graphics are extremely pixelated in the Bangle JS emulator #4751
Unanswered
espruino-discuss2
asked this question in
Bangle.js
Replies: 1 comment
-
Posted at 2022-05-26 by @gfwilliams It's dithering, because the Bangle display can't display the exact color of your image: https://en.wikipedia.org/wiki/Dither It depends a bit how you converted your image when you uploaded it, but if you were to just edit your image and then make the colour 100% red, 0% green, 0% blue then re-upload it would be solid. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2022-05-26 by pranjal
Hello,
I am new to Espruino and Bangle JS. I tried implementing a simple code with two images (attached them in the post). When I run the code, the output image is extremely pixelated.
Could someone help me in this regard? Is this error because the screen size of Bangle JS is very small and the emulator reduces the size which leads to a loss of pixel quality?
Thank you in advance!!
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions