From 57557f5d32114e0d27265700f835c10c8154bba4 Mon Sep 17 00:00:00 2001 From: andrewchilicki Date: Mon, 10 Feb 2025 13:49:25 -0500 Subject: [PATCH] Add RaspberryPi settings file template --- settingsRPI.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 settingsRPI.json diff --git a/settingsRPI.json b/settingsRPI.json new file mode 100644 index 0000000..425f5e4 --- /dev/null +++ b/settingsRPI.json @@ -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 + } +} \ No newline at end of file