summaryrefslogtreecommitdiffstats
path: root/drivers/avr/ssd1306.h
Commit message (Collapse)AuthorAgeFilesLines
* Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan2020-12-261-4/+1
|
* Fix ssd1306 compilation on avr-gcc 10 (#9267)Joel Challis2020-09-171-1/+1
|
* QMK-ify some GPIO macros (#8315)Ryan2020-04-301-1/+0
|
* clang-format changesskullY2019-08-301-43/+41
|
* fix implementation issues from SSD1306 clean up, added rotation (#1494)ishtob2017-07-121-1/+0
| | | | | | | | | | * moved OLED update task to keymap * fix splitting render display to keymap * Added rotation option for OLED, fixed splitting display render update to keymap * issues with attribute
* clean up ssd1306 implementationJack Humbert2017-07-111-0/+77
|
* Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert2017-07-101-0/+17
* start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional