[sigrok-devel] Improvement proprosal for rgb_led_ws281x

2020-06-04 Thread Sxxx Mxxx
Hi, thank you for providing the decoder for the WS281x protocol. As there are now not only RGB but also RGBW stripes commonly available I would propose a small improvement: Add an option to switch between 3 and 4 bytes. The change is pretty trivial and straightforward. Hope this helps & best reg

Re: [sigrok-devel] New driver for ITECH IT8500+ / BK Precision 8500 series DC electornic loads

2020-06-04 Thread Timo Kokkonen
On Tue, Jun 2, 2020 at 11:51 AM Gerhard Sittig wrote: > You may have noticed there is the "simple, one-shot" RL16() et al > group of accessors. And the "stream like" *_inc() variants which > I added after finding myself repeating the read/write access > _and_ the address increment too many times,

Re: [sigrok-devel] Improvement proprosal for rgb_led_ws281x

2020-06-04 Thread Soeren Apel
Hello Sam, Thanks for the change! I would appreciate if you could open a pull request for https://github.com/sigrokproject/libsigrokdecode and if you have .sr files that contain RGBW communication, also against sigrok-dumps. That way, Uwe has less work to do and the project as a whole can progress

Re: [sigrok-devel] New driver for ITECH IT8500+ / BK Precision 8500 series DC electornic loads

2020-06-04 Thread Gerhard Sittig
On Thu, 2020-06-04 at 01:28 -0700, Timo Kokkonen wrote: > > On Tue, Jun 2, 2020 at 11:51 AM Gerhard Sittig wrote: > > > If you want to help, review and extend the test sequence for the > > endianess conversion. Getting more coverage is highly desirable. > > I'll take a look. That's very much appr