diff options
author | Gerhard Sittig <gerhard.sittig@gmx.net> | 2023-07-28 07:56:46 +0200 |
---|---|---|
committer | Gerhard Sittig <gerhard.sittig@gmx.net> | 2023-07-29 21:29:08 +0200 |
commit | 6d1cde1daeea93b36c1c2c09e160e5b8042ef22b (patch) | |
tree | 8737e573670611b1829dca4b22c0c6558211f8b2 /decoders/avr_pdi/__init__.py | |
parent | 192a9e78f97ea82f7ee69a683b4639847cbf4e5a (diff) | |
download | libsigrokdecode-6d1cde1daeea93b36c1c2c09e160e5b8042ef22b.tar.gz libsigrokdecode-6d1cde1daeea93b36c1c2c09e160e5b8042ef22b.zip |
rgb_led_ws281x: refactor bit/bits handling, use more common code
Pass all .decode() routine's bit handling through a common bit handler.
Accumulate the bit values as well as their ss/es timestamps. Reduce code
duplication in the bits handler. Use common support code to get the
24/32 bit wide integer from the list of bits. Prepare to handle streams
of different per-pixel length or layout.
This commit remains backwards compatible, and keeps all warts of the
previous implementation including inconsistent annotation order. Just
eliminates unnecessary instance members and hidden coupling, to keep
timestamp handling in the .decode() method.
Diffstat (limited to 'decoders/avr_pdi/__init__.py')
0 files changed, 0 insertions, 0 deletions