ui: gps compass widget layout changes

- angular direction (0-359) + 16ths compassrose
- documented in ui README
This commit is contained in:
Mikkeli Matlock
2026-02-08 03:06:52 +09:00
parent 896ba322c0
commit 58a523aab2
2 changed files with 20 additions and 9 deletions

View File

@@ -34,6 +34,7 @@ All services use singleton pattern with `ServiceName.instance`.
|--------|---------|
| `NavigatorWidget` | Animated character with emotion states (images precached at startup) |
| `AccelGraph` | Real-time accelerometer visualization with gravity compensation |
| `GpsCompass` | GPS heading compass with rotating navigation icon and degree readout |
| `WhiskeyMark` | Gimbal-style horizon indicator using IMU roll/pitch |
| `SystemBar` | Top status bar (time, connection, Pi temp) |
| `StatBox` | Reusable metric display box |