diff options
| author | Tim Teichmann <onlineaccounts@mailbox.org> | 2024-01-28 09:46:56 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-02-15 21:20:33 +0100 |
| commit | b0a0afdd4b30a663e1651e63be1549f33fdefb7b (patch) | |
| tree | 983c2e6b5238ab291a54d03d258395ed11cfc665 | |
| parent | 93d7da16919a213404f00cbb26a630722b63d6f7 (diff) | |
README: Make hex and UTF-8 code consistent for the chosen example
| -rw-r--r-- | src/displayapp/fonts/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/fonts/README.md b/src/displayapp/fonts/README.md index bcc2d49c..20fb4a43 100644 --- a/src/displayapp/fonts/README.md +++ b/src/displayapp/fonts/README.md @@ -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: |
