Deploying to gh-pages from @ qmk/qmk_firmware@a5c2eea6c1 🚀

gh-pages
keyboard-magpie 2022-11-30 17:50:00 +00:00
parent 281891ab20
commit 6e227158dc
1 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,11 @@ static void render_logo(void) {
oled_write_P(qmk_logo, false); oled_write_P(qmk_logo, false);
} }
bool oled_task_user(void) {
render_logo();
return false;
}
``` ```
?> The default font file is located at `drivers/oled/glcdfont.c` and its location can be overwritten with the `OLED_FONT_H` configuration option. Font file content can be edited with external tools such as [Helix Font Editor](https://helixfonteditor.netlify.app/) and [Logo Editor](https://joric.github.io/qle/). ?> The default font file is located at `drivers/oled/glcdfont.c` and its location can be overwritten with the `OLED_FONT_H` configuration option. Font file content can be edited with external tools such as [Helix Font Editor](https://helixfonteditor.netlify.app/) and [Logo Editor](https://joric.github.io/qle/).