wallento / wavedrompy

WaveDrom compatible python command line
Other
97 stars 23 forks source link

Missing colored signal classes #27

Closed tarikgraba closed 2 years ago

tarikgraba commented 4 years ago

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: https://github.com/wavedrom/wavedrom/commit/1d4d25181d6660b5d069defcf04583158b51aa5c

wallento commented 4 years ago

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.

iDoka commented 2 years ago

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

wallento commented 2 years ago

Thanks, true, I think this was #33

wallento commented 2 years ago

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

tarikgraba commented 2 years ago

Seems OK