can Graphics handle a 4 by 4 of 8x8 neopixel board #535
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 2 comments
-
Posted at 2016-02-29 by @gfwilliams All I can suggest is that you access the underlying array with
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Posted at 2016-02-29 by @MaBecker This is more than I expected - thanks ! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-02-28 by @MaBecker
how to drive 16 tiled pixel square plates (8x8) with GRAPHICS ?
this is what I do at the moment:
build 4 columns, each with 4 plates and address them as four separated 8x32 plates, so everything has to be done four times and more ......
I would prefer to wire them up as zigzag and everything only one time if possible.
Can I overload Graphics coordinate calc function with my own to handle this, or is this mapping already there and I just missed it ?
Anyone else experimenting with more than 3 plates to draw big text, icons, pictures ..... ?
Beta Was this translation helpful? Give feedback.
All reactions