wallento / wavedrompy

WaveDrom compatible python command line
Other
93 stars 21 forks source link

Support newer bitfield options from upstream WaveDrom (vflip, hflip, compact) #29

Open CrustyAuklet opened 3 years ago

CrustyAuklet commented 3 years ago

I see in the wavedrompy code that there is the bigendian option, but looking at wavedrom issue 22 they instead implemented vflip hflip to change the order of bits. I am using this package along with sphinxcontrib-wavedrom to try and document some network protocols, but am unable to get good renders like I get with the wavedrom editor.

Also the compact option makes for much better looking network packet illustrations 😄

pidgeon777 commented 3 years ago

I'm also interested in this suggestion!

iDoka commented 2 years ago

I can confirm. The compact option also often used in technical documentation flow.

wallento commented 2 years ago

Great, I will have a look into compact, unless anyone picks it up