profiles: add new djstrip profile

This commit is contained in:
Torrie Fischer
2023-12-12 20:00:31 +01:00
parent c9363ba851
commit e436c9aaa3
3 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"version": 1,
"strides": [
{"x": 0, "y": 0, "pixels": 255}
{"x": 0, "y": 0, "pixels": 512}
]
}
+6
View File
@@ -0,0 +1,6 @@
{
"version": 1,
"strides": [
{"x": 0, "y": 0, "pixels": 50}
]
}