From 083f4bbf6f227b4f694d9778c24bcab4278dc5ea Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 10 May 2019 07:52:26 +0200 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6e5375..e2df946 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Once the packages are installed, navigate to the home directory, open 'E-Paper-M | week_starts_on | When does the work start on your Region? Possible options are `"Monday"` or `"Sunday"`. | | display_colours | This should normally be set by the installer when you choose the type of your display. Options include `"bw"` if you're using the black and white E-Paper or `"bwr"` when you're using the black-white-red or black-white-yellow E-Paper.| | language | Sets the language and the related locale for datetime-information. Some texts depend on additional translations that can be added to the dictionary-file.| -| datetime_encoding | Sets the encoding that will be used in the datetime-texts (month, weekday, ...). Default is `"UTF-8"`.| +| datetime_encoding | Sets the encoding that will be used in the datetime-texts (month, weekday, ...). Default is `"UTF-8"`. Not to confuse with the full locale, this is only the encoding. | |units| Selecting units allows switching units from km/h (kilometer per hour) and °C (degree Celcius) to mph (miles per hour) and °F (degree Fahrenheit). Possible options are `"metric"` or `"imperial"`. | |hours | Which time format do you prefer? This will change the sunrise and sunset times from 24-hours format to 12-hours format. Possible options are `"24"` for 24-hours and `"12"` for 12-hours.| |update_interval | The update delay between two updates in minutes. By default there is always an update on a full hour.|