ui accelerometer compsensations and visual tweaks

This commit is contained in:
Mikkeli Matlock
2026-02-05 00:00:38 +09:00
parent 8044bbde94
commit 7d8f813b59
6 changed files with 108 additions and 9 deletions

View File

@@ -72,7 +72,7 @@ class WhiskeyMark extends StatelessWidget {
),
SizedBox(width: size * 0.1),
Text(
'P: ${_formatAngle(pitch)}',
'Pitch: ${_formatAngle(pitch)}',
style: TextStyle(
fontSize: fontSize * 0.5,
fontWeight: FontWeight.w400,