Skip to content

Commit

Permalink
Update OLED doc (qmk#19213)
Browse files Browse the repository at this point in the history
* Update OLED doc

* Update docs/feature_oled_driver.md

Co-authored-by: Dasky <[email protected]>
  • Loading branch information
elpekenin and daskygit authored Nov 30, 2022
1 parent 5ff7f28 commit a5c2eea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/feature_oled_driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ static void render_logo(void) {

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/).
Expand Down

0 comments on commit a5c2eea

Please sign in to comment.