From 6e227158dcc6509eda145ea896e2d4cd6bb5c753 Mon Sep 17 00:00:00 2001 From: keyboard-magpie Date: Wed, 30 Nov 2022 17:50:00 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20qmk/qmk?= =?UTF-8?q?=5Ffirmware@a5c2eea6c16696773796b3c1df678c9cf20900b1=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_oled_driver.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/feature_oled_driver.md b/feature_oled_driver.md index b7451f17df7..dea9cb80749 100644 --- a/feature_oled_driver.md +++ b/feature_oled_driver.md @@ -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/).