When you create a queue(string) and set the spread count, the spread is instantally output to the pin, but queue(value) you have to insert the value into the queue to create a spread, I kind of assumed the behavior to be the same as value. Any reason for this, is this the expected behavior?
Cheers
here’s a quick fix for the time being
it’s a problem with priority of what gets stored in some situations
but it works for most other ones (including mine!)