aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/avr/ssd1306.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix ssd1306 compilation on avr-gcc 10 (#9267)Joel Challis2020-09-171-0/+2
|
* Remove inclusion of adafruit_ble.h from ssd1306.c (#9355)Ryan2020-08-291-3/+0
|
* clang-format changesskullY2019-08-301-216/+211
|
* fix implementation issues from SSD1306 clean up, added rotation (#1494)ishtob2017-07-121-7/+9
| | | | | | | | | | * 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-160/+14
|
* update drivers to exclude lets_split includeJack Humbert2017-07-111-1/+0
|
* Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert2017-07-101-0/+470
* start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional