Skip to content

Commit b0a0afd

Browse files
timteichmannJF002
authored andcommitted
README: Make hex and UTF-8 code consistent for the chosen example
1 parent 93d7da1 commit b0a0afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/displayapp/fonts/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- Define the new symbols in `src/displayapp/screens/Symbols.h`:
1717

1818
```
19-
static constexpr const char* newSymbol = "\xEF\x86\x85";
19+
static constexpr const char* newSymbol = "\xEF\x99\x81";
2020
```
2121

2222
### the config file format:

0 commit comments

Comments
 (0)