Update dev.md

This commit is contained in:
Stephan Mühl
2023-04-10 18:49:41 +02:00
committed by GitHub
parent e229490d8f
commit 36fabaf954

View File

@@ -3,6 +3,8 @@
Ok, now they are no longer hidden :). Ok, now they are no longer hidden :).
This section contains small setting options that the majority of users do not change or change very rarely and therefore saved the effort of creating an elaborate settings interface. This section contains small setting options that the majority of users do not change or change very rarely and therefore saved the effort of creating an elaborate settings interface.
All features are only loaded at boot. So you have to restart awtrix after modifying.
Create a `dev.json` in your filemanager. Create a `dev.json` in your filemanager.
## JSON Properties ## JSON Properties
@@ -14,4 +16,4 @@ The JSON object has the following properties:
| `bootsound` | string | Uses a custom melodie while booting | | | `bootsound` | string | Uses a custom melodie while booting | |
| `uppercase` | boolean | Print every character in uppercase | `true` | | `uppercase` | boolean | Print every character in uppercase | `true` |
| `temp_dec_places` | int | Number of decimal places for temperature measurements | `0` | | `temp_dec_places` | int | Number of decimal places for temperature measurements | `0` |
| `color_correction` | array of int | Sets the colorcorrection of the matrix | `[255,255,255]` | | `color_correction` | array of int | Sets the colorcorrection of the matrix | `[255,255,255]` |