765 B
765 B
LedGrab
Ambient lighting system that captures screen content and drives LED strips in real time.
This is an umbrella repository that references both LedGrab components as git submodules:
| Submodule | Description |
|---|---|
| led-grab | Main application — FastAPI server, web dashboard, device drivers |
| led-grab-haos-integration | Home Assistant custom integration (HACS-compatible) |
Clone with submodules
git clone --recurse-submodules https://git.dolgolyov-family.by/alexei.dolgolyov/ledgrab-mixed.git
Or, if already cloned:
git submodule update --init --recursive