
Clock, weather, and date
Sync time and weather over the network and keep common desktop information on one screen.
Transparent display · Open app platform
HoloCubic is a 3.2-inch transparent desktop display for clocks, weather, music, PC status, photos, and games. Tilt gestures and the Home button handle its everyday controls.
Tilt controls · Wi-Fi · USB-C power
Desktop uses
Install a different app to move between everyday information, PC monitoring, photos, music, and games.

Sync time and weather over the network and keep common desktop information on one screen.

Use the desktop companion to display CPU, GPU, temperature, clock, and trend data without changing windows.

Upload image assets from the device web page and show photos, pixel animation, or custom scenes in the prism.

System and controls
Tilt left or right to change apps, then tilt back and hold to enter. Press Home to leave the current app. Wi-Fi and Bluetooth connect online information, desktop services, and nearby devices.
App SDK
Lua handles logic and device capabilities; LVGL builds the 320 × 240 interface. Use the public C ABI only for performance-sensitive audio, protocol, or sustained-compute work.
Open developer guide ↗-- /sd/apps/hello/main.lua
local root = lv_scr_act()
local label = lv_label_create(root)
lv_label_set_text(label, "Hello, Holo."
)
lv_obj_center(label)HoloCubic
The app directory lists current software. The developer page explains app packages, Lua, LVGL, and the public C ABI.