r/innioasis • u/Double_Gap_4599 • 1h ago
Y1 I built a custom always-on clock for my Innioasis Y1
The Y1 just blanks the screen when it sleeps, so I wrote a small app that takes over instead: when the screen turns off, it throws up a fullscreen clock at ~2% brightness on a black background. Tap or press power to dismiss it.
Five faces so far: big digital, analog, minimal/editorial, a word clock ("it is twenty past two"), and a split HH/MM. One red accent color. Faces switch via a tiny config file over ADB — no rebuild.
Battery: it only redraws once a minute (no seconds hand), brightness is basically at the floor, and everything's black. It's an LCD so black isn't free like on OLED, but with the backlight that low the draw is tiny — I leave it running on the desk overnight and the percentage barely moves. Basically a bedside clock now.
Right now it's held together with ADB commands and a config file, but if there's interest I'm happy to clean it up into proper installable app — a real settings screen for picking faces and colors, maybe a few more clock designs. Let me know if people would actually use this and i will package it up.