README: Make hex and UTF-8 code consistent for the chosen example

This commit is contained in:
Tim Teichmann 2024-01-28 09:46:56 +01:00 committed by JF
parent 93d7da1691
commit b0a0afdd4b

View File

@ -16,7 +16,7 @@
- Define the new symbols in `src/displayapp/screens/Symbols.h`:
```
static constexpr const char* newSymbol = "\xEF\x86\x85";
static constexpr const char* newSymbol = "\xEF\x99\x81";
```
### the config file format: