feat: change orientation (#7)

* feat: change orientation (wip)

* wip

* working rotation

* small fix in help
This commit is contained in:
2025-06-05 12:03:15 +02:00
committed by GitHub
parent 533960f46f
commit 0172286d9a
6 changed files with 34 additions and 19 deletions
+1
View File
@@ -14,6 +14,7 @@ struct Parameters {
unsigned char slope;
unsigned char start[3];
unsigned char var[3];
unsigned char rotation;
};
typedef struct Parameters parameters;