Skip to content

Commit 260e91c

Browse files
authored
Merge pull request #190 from baba-dev/codex/remove-m5-default-demo-page-and-nav-images
chore: remove M5 default demo page
2 parents 704e0f8 + 290ed73 commit 260e91c

39 files changed

+384
-4803
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Links to key design and documentation resources:
2222
- [`docs/AI_GUIDELINES.md`](docs/AI_GUIDELINES.md): workflow rules for AI-driven contributions.
2323

2424
- **Navigation Rail Preview**
25-
- Persistent left rail with icon buttons for ESP32P4 demo, Rooms, Frigate Security, Local Climate Station, and TV Controls.
25+
- Persistent left rail with icon buttons for Rooms, Frigate Security, Local Climate Station, TV Controls, and Settings.
2626
- Tap a destination to reveal a full-bleed gradient backdrop (`linear-gradient(90deg, #fcff9e 0%, #c67700 100%)`).
2727
- Cards, buttons, and title bars share softened 16 px radii and shadows to match the hardware aesthetic.
2828

29-
- **First Page: Default Demo for Tab5**
30-
The default user demo for testing out Tab5 features & control.
29+
- **First Page: Rooms Dashboard**
30+
The tablet boots directly into the Rooms view for lighting and scene control.
3131

3232
- **Second Page: Landscape-first dashboard (1280×720)**
3333
At-a-glance view of lights, climate, security, and media from Home Assistant.

app/apps/app_launcher/app_launcher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* SPDX-License-Identifier: MIT
55
*/
66
#include "app_launcher.h"
7+
78
#include <hal/hal.h>
89
#include <mooncake.h>
910
#include <mooncake_log.h>
1011
#include <smooth_lvgl.h>
11-
#include <assets/assets.h>
1212

1313
using namespace mooncake;
1414

app/apps/app_launcher/view/panel_camera.cpp

Lines changed: 0 additions & 139 deletions
This file was deleted.

app/apps/app_launcher/view/panel_com_monitor.cpp

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)