Commit graph

18 commits

Author SHA1 Message Date
Nigel Breslaw
beef5d9cde
Time fix for home-auto demo (#8473)
* Landscape time was not hidden in portrait

* Apply landscape time fix to portrait
2025-05-19 14:53:38 +03:00
Tasuku Suzuki
40c89b96d6
Home Automation: Refactor alarm passcode logic (#8435)
Remove unnecessary indirect-passcode property.
Change max length of passcode to 4.
2025-05-12 13:29:49 +03:00
Tasuku Suzuki
18d2810a8f
Home Automation: Highlight current tab (#8416)
Add visual states and animated transitions to clearly highlight the selected tab.
2025-05-12 13:20:37 +03:00
Tasuku Suzuki
3e94d81ba0
Home Automation: adjust logo appearance (#8415)
Colored logo provides better visual appeal during demonstrations.

This also addresses an issue where the first touch in kiosk mode (which deactivates it) appeared unresponsive due to no immediate visual feedback.
2025-05-10 12:21:41 +03:00
Tasuku Suzuki
f97f2d105f
Home Automation: clean up imports (#8406) 2025-05-09 14:12:59 +03:00
Tasuku Suzuki
eb1ae3d3bc
Home Automation: Improve player's play button (#8405) 2025-05-08 13:37:12 +03:00
Tasuku Suzuki
d85f11758c
Home Automation: fix color of month (#8393) 2025-05-07 11:30:47 +03:00
Tasuku Suzuki
37ad2445a7
Fix time display in home automation demo (#8392)
Show 12 instead of 0 for noon/midnight and fix AM/PM logic
2025-05-07 11:27:34 +03:00
Tasuku Suzuki
31439de382
Home Automation: fix graph vertical grid lines (#8199) 2025-04-18 17:28:07 +03:00
Nigel Breslaw
30dca1423e
demos: Simplify home auto weather component (#7964) 2025-03-27 15:12:52 +02:00
Nigel Breslaw
287a976bd0
Updated Home Automation demo (#7890)
Adds:

Kiosk mode. After 30 seconds demo will cycle through views.
Landscape support.
{ API } to work with the new data tab in live-preview.
SW Renderer support (use of PNG images over gradients, Rectangles, shadows, etc).
Removes side-bar and theming.
Refreshed look.
2025-03-21 19:04:58 +02:00
Olivier Goffart
3e94bd2167 Janitor: Remove trailing whitespaces from all files
`git grep -I -l -O'sed -i "s/[[:space:]]*$//"' -e ''`
2025-01-10 13:23:22 +01:00
Simon Hausmann
a7461956ab Speed up the home automation's lock screen
Don't redraw the entire scene underneath every time the LEDs are
animated. Instead, cache it into one large layer. The scene is
reasonabley complex that this justifies the expense of the additional
memory throughput.
2024-11-28 10:39:16 +01:00
Nigel Breslaw
108e851802
Stop Home Automation demo showing a keyboard on a phone 2024-11-20 21:19:25 +02:00
Nigel Breslaw
892471205e
Home Automation fixes
Fix for incorrect sized SVG on web.
Fix for incorrect gradient on HVAC for web.
Fix for opacity animation not being triggered.
Fix for README having incorrect copy paste info.
2024-11-12 17:05:11 +02:00
Nigel Breslaw
5bd6c4b951
Improve the resolution the Home Automation demo runs at 2024-10-30 20:01:21 +02:00
Nigel Breslaw
8ba87950ae
Add fonts back to Home Auto demo 2024-10-25 18:07:36 +03:00
Nigel Breslaw
e0557536a6
Add new home-automation demo (#6654) 2024-10-25 15:55:03 +02:00