From 154dac9227fe5904df7a44143b8a47d1c2678ccd Mon Sep 17 00:00:00 2001 From: Johannes <29555657+joBr99@users.noreply.github.com> Date: Sat, 25 Feb 2023 16:59:57 +0100 Subject: [PATCH] Update config-screensaver.md --- docs/config-screensaver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config-screensaver.md b/docs/config-screensaver.md index 826f47be..7635f9c0 100644 --- a/docs/config-screensaver.md +++ b/docs/config-screensaver.md @@ -85,7 +85,7 @@ key | option | type | default | description `tForecast3Val` | True | list | White | `[R, G, B]` `tForecast4Val` | True | list | White | `[R, G, B]` `bar` | True | list | White | `[R, G, B]` -`tMainTextAlt` | True | list | White | `[R, G, B]` +`tMainTextAlt2` | True | list | White | `[R, G, B]` `tTimeAdd` | True | list | White | `[R, G, B]` Specify colours as red green and blue values from 0-255 e.g. `[255, 0, 0]` for red or `[0, 0, 255]` for blue. These are translated internally to RGB565 (note that this has lower color depth so the colours may not appear the same). Also note that the screen has a low contrast ratio, so colors look sigificantly different at full display brightness and lowest brightness.