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
278 B
YAML
14 lines
278 B
YAML
name: Simple Bit Layout Test
|
|
size: 16b
|
|
layout: 16b
|
|
fields:
|
|
- offset: 0-7b
|
|
name: FirstByte
|
|
type: uint8_t
|
|
description: "8 bits using b suffix"
|
|
color: blue
|
|
- offset: 8-15b
|
|
name: SecondByte
|
|
type: uint8_t
|
|
description: "Another 8 bits"
|
|
color: cyan
|