~ruther/qmk_firmware

b4f6a329d498e826d6a100ead4275cdeccb8f334 — QMK Bot 2 years ago 3274a80 + a5c2eea
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 5 insertions(+), 0 deletions(-)

M docs/feature_oled_driver.md
M docs/feature_oled_driver.md => docs/feature_oled_driver.md +5 -0
@@ 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/).