summaryrefslogtreecommitdiff
path: root/drivers/oled
AgeCommit message (Expand)Author
2021-01-12Added OLED Initialized checks (#11129)XScorpion2
2021-01-122020 November 28 Breaking Changes Update (#11053)James Young
2021-01-12Add brightness level API to OLED driver (#10772)Ryan
2021-01-12OLED driver fixes (#10377)Sergey Vlasov
2021-01-12Add OLED driver function to determine if the screen is currently on (#10382)Fred Silberberg
2020-09-30format code according to conventions [skip ci]QMK Bot
2020-09-30Add a method to read the OLED display buffer from user space (#8777)Richard
2020-08-08Enable OLED support for Teensy 3.2/LC (#7591)Joel Challis
2020-08-08OLED driver function to set pixels (#9713)Gautham Yerroju
2020-06-12Fix off by one error with oled_write_raw_P (#9045)Brian Mock
2020-06-12fixed problem with implicit declaration in quantum/rgblight.c (#8406)Casper Weiss Bang
2020-06-12Adding OLED scroll setup functions (#8386)brickbots
2020-06-12Buffer based OLED panning, write byte to buffer at arbitrary index (#8055)brickbots
2020-06-12Clean up includes for glcdfont headers (#7745)Ryan
2020-02-26Fix out of bound OLED font access (#8145)Ted M Lin
2020-01-09Add backwards compatibility for oled_write_raw_P on ARMzvecr
2020-01-09Adds raw write functions to the OLED driver (#7237)Thomas Baart
2019-10-01Fix Redefinition of OLED_TIMEOUT (#6628)Drashna Jaelre
2019-10-01clang-format changesskullY
2019-09-05Added OLED Display autoscroll during periods of OLED data inactivity (#6546)XScorpion2
2019-08-13(OLED) Added support for CR (#6399)XScorpion2
2019-06-20Add SH1106 OLED support (#5787)Michael F. Lamb
2019-06-20Fixing OLED Driver for 128x64 displays (#6085)XScorpion2
2019-04-22OLED Driver FeatureRyan Caltabiano