mirror of
https://github.com/waaraawa/ByteGrid.git
synced 2026-07-22 06:41:47 +00:00
- Add legendPosition option (right, left, bottom, none) to control legend placement - Add showFooter option to show/hide footer info - Support both config (YAML) and render options for flexibility - Fix legend overlapping issue when positioned at bottom - Maintain backward compatibility with showLegend option
14 lines
254 B
YAML
14 lines
254 B
YAML
name: 4-bit Fields (Nibbles)
|
|
size: 8b
|
|
layout: 8b
|
|
fields:
|
|
- offset: 0-3b
|
|
name: Nibble1
|
|
type: bits
|
|
description: "First 4 bits"
|
|
color: blue
|
|
- offset: 4-7b
|
|
name: Nibble2
|
|
type: bits
|
|
description: "Second 4 bits"
|
|
color: cyan
|