qmk-firmware/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.
2019-07-27 13:17:18 -07:00
..
glcdfont.c Removed / replaced questionable logos and added licenses file for safe logos 2019-04-20 08:05:10 -07:00
licenses.txt Removed / replaced questionable logos and added licenses file for safe logos 2019-04-20 08:05:10 -07:00
oled_driver.c (OLED) Added support for CR (#6399) 2019-07-27 13:17:18 -07:00
oled_driver.h Add SH1106 OLED support (#5787) 2019-06-11 15:27:17 -07:00