Commit graph

11 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
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
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
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
5bd6c4b951
Improve the resolution the Home Automation demo runs at 2024-10-30 20:01:21 +02:00
Nigel Breslaw
e0557536a6
Add new home-automation demo (#6654) 2024-10-25 15:55:03 +02:00