abstract dbm and light composable and components and upgrade light user gui for fine graining with + and -

This commit is contained in:
Adrian Zürcher
2025-05-28 21:56:05 +02:00
parent d7565ed09c
commit 03f23d6d5a
24 changed files with 1324 additions and 841 deletions

View File

@@ -9,3 +9,10 @@ export type MovingHead = {
Pan: number;
Tilt: number;
};
export type Settings = {
show: boolean;
reversePan: boolean;
reverseTilt: boolean;
startAddress: number;
};