gralculator/docs
Grok b142d8305c ui: dynamic A-F buttons in keypad that only appear in HEX mode
- A-F (hex digits) now render as additional top row in the keypad *only* when CurrentBase() == HEX (i.e., after Tab).
- Used dedicated hexBtn + hexKey style (orange accent) for the A-F row to avoid label conflict with the 'C' clear button.
- Pressed flash works for A-F via existing pressedKey mechanism (set in the HEX entry keyboard handler).
- The numeric 4-row grid remains unchanged in other modes.
- Updated UI_DESIGN.md layout sketch and description to document the dynamic behavior.
- Matches the galculator-inspired 'only when in hex mode' and keeps the keypad clean otherwise.
- Build verified.
2026-06-06 15:59:22 +01:00
..
ARCHITECTURE.md ui: integrate base indicator into main wide display row + full width span 2026-06-06 14:43:08 +01:00
UI_DESIGN.md ui: dynamic A-F buttons in keypad that only appear in HEX mode 2026-06-06 15:59:22 +01:00