add color correction

This commit is contained in:
Stephan Mühl
2023-04-10 18:28:28 +02:00
parent 73c18fbb9e
commit 6866d4d3f2
5 changed files with 36 additions and 6 deletions

View File

@@ -12,5 +12,6 @@ The JSON object has the following properties:
| Key | Type | Description | Default |
| --- | ---- | ----------- | ------- |
| `bootsound` | string | Uses a custom melodie while booting | |
| `uppercase` | boolean | Print every character in uppercase | true |
| `temp_dec_places` | int | Number of decimal places for temperature measurements | 0 |
| `uppercase` | boolean | Print every character in uppercase | `true` |
| `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]` |