Update dev.md

This commit is contained in:
Stephan Mühl
2023-04-10 22:24:42 +02:00
committed by GitHub
parent 45fd31c91b
commit 18a013169b

View File

@@ -15,6 +15,6 @@ 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` |
| `matrix` | int | changes the matrix layout (0,1 or 2) | `0` | | `matrix` | int | Changes the matrix layout (0,1 or 2) | `0` |
| `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]` |