Slider and Color Picker not showing

Hello,

I’m trying to use the slider and hsvPicker user interface control functions, but I don’t see anything rendered on the web page. Are these working? If they are how do I get them to show?

I have v2.17 firmware.

Here’s an example I am trying to make work. I’m expecting to use a slider and hsvPicker to set the h, s, v. values to render.

export var _v
export var _h
export var _s

export function sliderMySlider(v) {
  _v = v
}

export function hsvPickerMyPicker(h, s, v) {
  _h = h
  _s = s
}

export function beforeRender(delta) {
}

export function render(index) {
  hsv(_h, _s, _v)
}

Thanks for the support. This device is amazing!

Dave

Hi Dave,
Those features will be released really soon, but it looks like I pushed the docs to github a but too soon and leaked the surprise!

If you want to try it out now, shoot me an email and I’ll get you the update.

I should also mention, all those docs are built in and available just under the editor, which will always match the version that Pixelblaze is running.

Thanks Ben.

I thought that might be the issue (new firmware). I sent you an email.

So cool! By the way, the picker sometimes exemplifies some of the perceptual hue issues in HSV I was running into, where rainbows on linear hue values have really brief reds and oranges: