-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update OLED doc #19213
Merged
Merged
Update OLED doc #19213
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
daskygit
requested changes
Nov 30, 2022
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
daskygit
approved these changes
Nov 30, 2022
Updated to target master, only a small docs fix. |
Didn't see this message and thought i had miss-targeted, oops |
keyboard-magpie
approved these changes
Nov 30, 2022
elpekenin
added a commit
to elpekenin/qmk_firmware
that referenced
this pull request
Dec 7, 2022
* Update OLED doc * Update docs/feature_oled_driver.md Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
crembz
pushed a commit
to crembz/qmk_firmware
that referenced
this pull request
Dec 18, 2022
* Update OLED doc * Update docs/feature_oled_driver.md Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
sbhal
pushed a commit
to sbhal/qmk_firmware
that referenced
this pull request
Dec 30, 2022
* Update OLED doc * Update docs/feature_oled_driver.md Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Glodigit
pushed a commit
to Glodigit/qmk_firmware
that referenced
this pull request
Oct 18, 2023
* upstream/master: (1776 commits) Fixup EFL and F4's sector selection. (qmk#19221) Fix `RGB_MATRIX_LED_COUNT` for aurora/corne (qmk#19222) [Keyboard] Fix config error for Charybdis (qmk#19219) [Keyboard] Add keyboard Caticorn (qmk#19138) Add meow48 ver.1.0 keyboard (qmk#19217) [Keyboard] Daskeyboard4 (qmk#18675) Update OLED doc (qmk#19213) [Keyboard] Add Litl keyboard (qmk#19000) [Keymap] Fixed ifohancroft Swap Hands Config (qmk#19176) Keeb.io Sinc: Enable Split LED state (qmk#19187) [Keymap] Update Miryoku (qmk#19190) Ignore some layout macro names from lint (qmk#19207) Add some community layouts to 40percentclub boards (qmk#19209) Add ortho_3x3 community layout (qmk#19210) Add missing default_ortho_5x5 keymap (qmk#19208) Fix bad bootmagic config (qmk#19206) Extend layout lint checks (qmk#19200) Fix headers in info.json reference (qmk#19202) Enable bootmagic (qmk#19191) [Keymap] Drashna updates for 0.19 (qmk#19175) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Little update to OLED documentation
Description
It's a commong thing having people ask why their compiler didn't work.
The answer is that they copied the logo-drawing function from the documentation but they aren't using it anywhere.
Thus, i've added a clarification about it.
Types of Changes
Issues Fixed or Closed by This PR
Checklist