aboutsummaryrefslogtreecommitdiff
path: root/users/drashna/oled/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/oled/readme.md')
-rw-r--r--users/drashna/oled/readme.md42
1 files changed, 42 insertions, 0 deletions
diff --git a/users/drashna/oled/readme.md b/users/drashna/oled/readme.md
new file mode 100644
index 000000000..dbb8187d4
--- /dev/null
+++ b/users/drashna/oled/readme.md
@@ -0,0 +1,42 @@
1# OLED Display
2
3To disable the pre genrated oled display, add `CUSTOM_OLED_DRIVER = no` to your `rules.mk`.
4
5<!-- to do: add all the stuff -->
6## OLED Font
7
8My font file has multiple fonts and multiple logs integrated into the one file. And it uses the full 255 possible characters.
9
10In addition to the default font and logos:
11
12```c
13# define OLED_FONT_5X5
14# define OLED_FONT_AZTECH
15# define OLED_FONT_BMPLAIN
16# define OLED_FONT_CRACKERS
17# define OLED_FONT_EIN
18# define OLED_FONT_HISKYF21
19# define OLED_FONT_SQUASH
20# define OLED_FONT_SUPER_DIGG
21# define OLED_FONT_ZXPIX
22```
23
24```c
25# define OLED_LOGO_CORNE
26# define OLED_LOGO_GMK_BAD
27# define OLED_LOGO_GOTHAM
28# define OLED_LOGO_HUE_MANITEE
29# define OLED_LOGO_LOOSE
30# define OLED_LOGO_SETS3N
31# define OLED_LOGO_SKEEB
32```
33
34Additionally, the font file allows for external oled font files, instead. This allows for additional files that cannot be hosted in the QMK Repo.
35
36## Display
37
38A picture is worth a thousand words. So here are two:
39
40![Right](https://i.imgur.com/4XFOVKBl.jpg)
41
42![Left](https://i.imgur.com/W5RX4pAl.jpg)