Update GUI styling and font configuration

- Fix bt_app.h syntax error (remove stray "1")
- Improve menu item alignment and styling
- Enable additional LVGL fonts (Montserrat 8, Unscii 16)
- Clean up volume page layout, remove instruction labels
- Update default font to Montserrat 8

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Brent Perteet
2025-08-27 18:23:40 +00:00
parent 439c6ef22d
commit a89fdc6843
4 changed files with 21 additions and 13 deletions

View File

@@ -81,7 +81,7 @@ typedef struct {
typedef struct {
bt_device_info_t devices[MAX_BT_DEVICES];
int count;1
int count;
bool discovery_active;
} bt_device_list_t;