ui: multiple visual upgrades:

- attitude indicator: pitch ladders and little triangle crosshair
- accelerometer: G trace and various other stuff
- navigator: bigger surprise
This commit is contained in:
Mikkeli Matlock
2026-02-05 00:55:18 +09:00
parent 7301149c47
commit 477fd698dc
4 changed files with 106 additions and 55 deletions

View File

@@ -221,8 +221,8 @@ class _DashboardScreenState extends State<DashboardScreen> {
child: AccelGraph(
ax: _dynamicAx, // Gravity-compensated lateral
ay: _dynamicAy, // Gravity-compensated longitudinal
maxG: 1.0,
ghostTrackPeriod: const Duration(seconds: 3),
maxG: 0.8,
ghostTrackPeriod: const Duration(seconds: 4),
),
)
],