wavedrom / bitfield

:cake: bit field diagram renderer
MIT License
335 stars 27 forks source link

Support rotation of labels inside bitfield #30

Closed mithro closed 4 years ago

mithro commented 4 years ago

Example; image

drom commented 4 years ago

do you see it is done automatically? or via some field attribute?

mithro commented 4 years ago

Maybe both? IE Automatically with a config override?

drom commented 4 years ago

this issue belongs here: https://github.com/drom/bitfield/issues

mithro commented 4 years ago

You should be able to use the github move issue option?

drom commented 4 years ago

You should be able to use the github move issue option?

I can move within one org. not between the orgs wavedrom -> drom. Maybe I should donate drom/bitfield -> wavedrom/bitfield first :thinking:

drom commented 4 years ago

I did it.

drom commented 4 years ago

related to #25

drom commented 4 years ago
{reg:[
  {bits: 1, name: 'long_label', rotate: -90},
  {bits: 31}
], config:{hspace: 600, vspace: 100}}