Skip to content

Commit

Permalink
Updated font md with lv command for font conversion after npm install
Browse files Browse the repository at this point in the history
(pnpm)
  • Loading branch information
carlhampuswall committed Jan 3, 2025
1 parent 17b87da commit e7dfaad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion firmware/src/assets/fonts/lvgl_fonts.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@ Nordic letters:
0xC0-0xFF

Symbols:
°
°,’



pnpm install lv_font_conv

lv_font_conv --bpp 8 --size 10 --no-compress --font AktivGrotesk-Regular.otf --symbols °,’ --range 32-126,192-255 --format lvgl -o aktivgrotesk_regular_10pt.c

0 comments on commit e7dfaad

Please sign in to comment.