Fix wrong font

This commit is contained in:
Pavel Zhovner 2020-10-12 02:05:41 +03:00 committed by GitHub
parent 032c107bae
commit 14b8cba999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,15 +71,15 @@ Active row is always in the middle of the screen.
### Active row
Font: `Born2bSportyV2`
Size: 16 px
Font: `u8g2_font_Born2bSportyV2_tf`
Size: 9 px
![](./../wiki_static/ui/UI-active-row-text.png)
### Non-active row
Font: `Helvetipixel`
Size: 16 px
Font: `u8g2_font_HelvetiPixel_tr`
Size: 8 px
![](./../wiki_static/ui/UI-non-active-row-text.png)
@ -95,15 +95,15 @@ Scrollbar has 32 dots and a simple thumb.
# Application menu
Font: `Helvetipixel`
Size: 16 px
Font: `u8g2_font_HelvetiPixel_tr`
Size: 8 px
![](../wiki_static/ui/UI-app-menu.png)
# Application screen with buttons
Font: `Helvetipixel`
Size: 16 px
Font: `u8g2_font_HelvetiPixel_tr`
Size: 8 px
Minimum button width is 38 px.
Maximum button width is 63 px.