Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
SumolX authored Jun 12, 2023
commit 6c8b416b19b1c8b8011ad12c6171a0648d8cdc53
13 changes: 11 additions & 2 deletions src/fonts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@ Requires a True Type Font in order to convert to source code
# Example
QuickSilver OSD is based on Roboto Mono font family:

Symbols are included below, simply copy and paste them into the convertor.
Symbols are included below, copy and paste them into the convertor.
```
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890`-=[]\;',./~!@#$%^&*()_+{}|:"<> ?
```

![image](https://github.com/SumolX/hdzero-goggle/assets/1988793/3231174e-97b9-4a92-9948-f1d4d1ea3f84)

# Compiling

Simply just add them to the font directory and regenerate cmake via setup.sh

In order to include the font in the HDZero Goggle Source code, you must forward declare the font source.
```
extern const lv_font_t conthrax_26;
extern const lv_font_t robotomono_26;
```