Aka Wii Remote lcd
Hi guys,
I'm using Aka Wii Remote to build an app to be used within music therapy and I am trying to get the lcd which displays the accelerometer movement in graph form to be bigger. However when I try to expand it by pulling the corner the box gets bigger but not the graph.
Any help would be muchly appreciated!
Nat
As far as I know LCD doesn't work like that, if you drag the corner it just gets bigger, it doesn't scale the data inside it. Your going to have to upscale your data using something like [scale]
so that it's the size you require. If you want a scalable box, perhaps dig into jitter writing your data to the [jit.pwindow]
which does scale content relative to size.
You may also switch to [sadam.canvas]
(see https://cycling74.com/forums/announce-the-sadam-library-version-2012-10-08 ) which has a built-in zooming feature, however, you'd need to re-work the drawing commands as they are slightly different from the ones used by [lcd]
.
Hope that helps,
Ádám