Jump to content

daza

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by daza

  1. I expect that it's possible, but would probably be specific to the model of NAS box. If you login to the web page of the NAS and find the shutdown button, you could copy that link and use it to make a shortcut. Wether or not you could also pass the username and password to the NAS in that link is make/model specific, you'd have to trial and error it. Does that help? Darren
  2. Just threw it together from your post and a google for a library, I'm a lazy coder and always look for an existing library! Daza
  3. I don't have one of these displays to test, and I'm no expert... But give this a try - https://www.dropbox.com/sh/4q2yqq3pxmvr0vc/AAAWd3eWNc_gODwGMo0BF-WEa The Library gives a function to call with Pixel number and Colour, So basically it's just dividing the Pitch and Roll values by 15Deg to get a 0 -11 range for the 15Deg steps, Then if they fall between Pixels (an odd number) then light the Pixel either side at reduced brightness If the Pitch and Roll give an even number then just light that one Pixel at full brightness on each side. You'll have to add your code to get the Pitch and Roll values. (this sketch assumes degrees output, change for radians) This should be easy to change for different colours, or to vary the colour, or to change the step size. Have fun! Daza
×
×
  • Create New...