-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CONFIG_ZMK_DISPLAY_BLANK_ON_IDLE fixed, layer status long fixed, new …
…small fonts added
- Loading branch information
1 parent
73bfa5f
commit f67688f
Showing
7 changed files
with
42 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
download the fonts: https://fonts2u.com/pixel-operator-mono.font | ||
install the font converter: npm install -g lv_font_conv | ||
convert the font: | ||
lv_font_conv --font PixelOperatorMono.ttf --size 8 --format lvgl --bpp 1 --range 0x20-0x7F --no-compress -o pixel_operator_mono.c | ||
lv_font_conv --font PixelOperatorMono.ttf --size 8 --format lvgl --bpp 1 --range 0x20-0x7F --no-compress -o pixel_operator_mono_8.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
CONFIG_ZMK_DISPLAY=y | ||
CONFIG_ZMK_DISPLAY_BLANK_ON_IDLE=n | ||
# CONFIG_ZMK_DISPLAY=y | ||
# CONFIG_ZMK_DISPLAY_BLANK_ON_IDLE=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters