wallento / wavedrompy

WaveDrom compatible python command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing colored signal classes

tarikgraba opened this issue · comments

Hello,

The first example from wavedorm tutorial does not work with wavedrompy.

From:
https://wavedrom.com/tutorial.html

{ "signal": [{ "name": "Alfa", "wave": "01.zx=ud.23.456789" }] }

The colored signal categories above 5 are not handled by wavedrompy.
Those have been added recently:
wavedrom/wavedrom@1d4d251

Thanks for reporting, I need to catch up many recent changes, this one seems fairly easy. Cannot commit to an ETA, but hope to get to it soon.

I seems it was fixed. At least I can't reproduce using last master commit.

Thanks, true, I think this was #33

@tarikgraba can you confirm it works with master. Will be in the next relase

Seems OK