You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/drivers/oled
XScorpion2 ec3954577c (OLED) Added support for CR (#6399)
Currently OLED Dirver only supports LF (\n) character in a string to clear out the rest of the current line and advance to the next line for writing. This PR adds support for CR (\r) character as well to advance to the next line, however not clear out the rest of the current line. This is extremely useful when you want to display a multi-line logo using a single array without wiping out exiting lines and flagging the OLED as dirty unnecessarily.
6 years ago
..
glcdfont.c Removed / replaced questionable logos and added licenses file for safe logos 6 years ago
licenses.txt Removed / replaced questionable logos and added licenses file for safe logos 6 years ago
oled_driver.c (OLED) Added support for CR (#6399) 6 years ago
oled_driver.h Add SH1106 OLED support (#5787) 6 years ago