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:
parent
cc468523df
commit
087af43dee
8 changed files with 203 additions and 14 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
#define USE_I2C
|
||||
#define SSD1306OLED
|
||||
#define OLED_ROTATE180
|
||||
|
||||
/* ws2812 RGB LED*/
|
||||
#define RGB_DI_PIN D4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue