mirror of
https://github.com/ALLFATHER-BV/wadamesh.git
synced 2026-09-26 22:28:00 +00:00
- Backspace tap now peeks the lock screen (reveal without unlocking), mirroring the T-Deck's trackball-click behavior; holding Backspace still fully unlocks. - New native 480x222 lock wallpaper asset so the icon/wordmark aren't crushed by the shared 320x240 art's cover-fill on this wide/short panel. - Lock text forced to pure white and repositioned for this layout: clock top-left over the icon, unread count + "Screen locked" stacked bottom-right directly above the unlock hint. - Fixed lock text flipping from white to black a moment after every reveal: the lock overlay is CLICKABLE (to absorb taps), so the keyboard/encoder nav rebuild was collecting it as a focus target -- navFocusCb's focus highlight then reverse-videoed it, flipping every label's text to dark. Tagged the overlay NAV_SKIP so it's never a nav target and never inverted. - serviceLockscreen() now runs in the pager's loop branch too, so the lock clock/unread badge keep refreshing after the first reveal instead of freezing there. All changes gated to TLORA_PAGER; no other board's behavior changes. Signed-off-by: Tesso M Costa <tesso.martins@gmail.com>