Why Espruino did not suppert rgba color? #4998
Replies: 1 comment
-
Posted at 2021-07-02 by @gfwilliams On which platform in particular? On Bangle.js it's just not possible as it is unable to read back pixels that have been written to the display. Posted at 2021-07-03 by tyronehell yes,thax Posted at 2021-07-03 by @allObjects nope... the HW is not setup / wired for it. Posted at 2021-07-05 by @gfwilliams If you're creating something with So in that case, RGBA could be added. It's just not been worth the extra overhead (it might end up making normal draws slower) when I don't think it would get used much - it's extremely rare you have a device with enough RAM to store a decent size RGB image. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2021-07-01 by tyronehell
Why Espruino did not suppert rgba color?
It's very convenient for UI interface.
Ex:
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions