1
0
Fork 0

fix implementation issues from SSD1306 clean up, added rotation (#1494)

* 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
This commit is contained in:
ishtob 2017-07-12 12:10:28 -04:00 committed by Jack Humbert
parent cc468523df
commit 087af43dee
8 changed files with 203 additions and 14 deletions

View file

@ -9,6 +9,7 @@
#define USE_I2C
#define SSD1306OLED
#define OLED_ROTATE180
/* ws2812 RGB LED*/
#define RGB_DI_PIN D4