]> sigrok.org Git - libsigrokdecode.git/commit
adf435x: rework emission of annotations
authorGerhard Sittig <redacted>
Fri, 30 Dec 2022 08:55:30 +0000 (09:55 +0100)
committerGerhard Sittig <redacted>
Mon, 9 Jan 2023 19:13:35 +0000 (20:13 +0100)
commite50276324056e37149b5456070a097170d49725b
tree30c9db0e9f554a4a91643607a8d205cbbaf61fc3
parent912f4e8a245f014b312bfc90e4ec6dba256379d4
adf435x: rework emission of annotations

Separate data processing from text formatting in the code paths which
emit annotations. Introduce a local .putg() helper. This unobfuscates
the decoder's operation, and also happens to shorten text lines. Raises
awareness for zoom levels and alternative text during maintenance.

This commit incompatibly rephrases the "Wrong number of bits" message.
decoders/adf435x/pd.py