Fix typo in src/displayapp/fonts/README.md

Signed-off-by: Kozova1 <mug66kk@gmail.com>
This commit is contained in:
Kozova1 2021-04-28 12:39:24 +03:00
parent eedff2c06c
commit d9bbda2010
No known key found for this signature in database
GPG key ID: 31C3892918C1DEFC

View file

@ -22,10 +22,10 @@ Add new symbols:
readme updated with newest range list) readme updated with newest range list)
* Convert this hex value into a UTF-8 code * Convert this hex value into a UTF-8 code
using [this site](http://www.ltg.ed.ac.uk/~richard/utf-8.cgi?input=f185&mode=hex) using [this site](http://www.ltg.ed.ac.uk/~richard/utf-8.cgi?input=f185&mode=hex)
* Define the new symbols in `src/DisplayApp/Screens/Symbols.h`: * Define the new symbols in `src/displayapp/screens/Symbols.h`:
``` ```
static constex char* newSymbol = "\xEF\x86\x85"; static constexpr const char* newSymbol = "\xEF\x86\x85";
``` ```
#### Navigation font #### Navigation font