Add RaspberryPi settings file template

This commit is contained in:
andrewchilicki
2025-02-10 13:49:25 -05:00
parent 4e6d9cbd24
commit 57557f5d32

20
settingsRPI.json Normal file
View File

@ -0,0 +1,20 @@
{
"controlSettings": {
"arrowSensitivity": 50.0,
"zoomSensitivity": 0.019999999552965164
},
"displaySettings": {
"globalScale": 1.2999999523162842,
"gridSpacing": 300.0,
"headerText": "@andrewchilicki",
"imageScale": 1.0,
"maxZoomScale": 0.25,
"minZoomScale": 0.10000000149011612,
"mouseScaleMultiplier": 2.0,
"mouseScaleRadius": 50.0,
"noiseScale": 1.0,
"noiseScaleOffset": 10.0,
"noiseSpeed": 0.0020000000949949026,
"refinedToBinSpeed": 2.0
}
}