summaryrefslogtreecommitdiff
path: root/decoders/rgb_led_ws281x/pd.py
AgeCommit message (Expand)Author
2023-07-29rgb_led_ws281x: default to RGB[W] annotation text orderGerhard Sittig
2023-07-29rgb_led_ws281x: emit annotations for individual colour componentsGerhard Sittig
2023-07-29rgb_led_ws281x: add developer comments, link to chip datasheetsGerhard Sittig
2023-07-29rgb_led_ws281x: support more colour component orders (wire, and text)Gerhard Sittig
2023-07-29rgb_led_ws281x: rework the .decode() main loop, improve robustnessGerhard Sittig
2023-07-29rgb_led_ws281x: refactor bit/bits handling, use more common codeGerhard Sittig
2023-07-29rgb_led_ws281x: rephrase .put() calls for readabilityGerhard Sittig
2023-07-29rgb_led_ws281x: use symbolic names for annotation classesGerhard Sittig
2020-07-18rgb_led_ws281x: Support RGBWStefan
2020-01-01All PDs: Consistently use singular/plural for annotation classes/rows.Uwe Hermann
2019-11-29ws281x: Check for "None" before subtracting.Philipp Marek
2019-04-02decoders: Fix incorrect 'outputs' fields.Uwe Hermann
2019-03-16decoders: Various cosmetic/consistency/typo fixes.Uwe Hermann
2019-03-15decoders: Add/update tags for each PD.Uwe Hermann
2017-12-22all decoders: introduce a reset() methodGerhard Sittig
2017-06-21decoders: Rephrase condition-less .wait() calls (self documentation)Gerhard Sittig
2017-06-16rgb_led_ws281x: Convert to PD API version 3.Uwe Hermann
2017-03-04rgb_led_ws281x: Use self.samplenum.Uwe Hermann
2017-01-07license: remove FSF postal address from boiler plate license textGerhard Sittig
2016-05-26Consistency renames of {ss,es}_ variables.Uwe Hermann
2016-05-15Use consistent __init__() format across all PDs.Uwe Hermann
2016-03-04Add an rgb_led_ws281x decoder.Uwe Hermann