1
0
Fork 0

OLED Driver Feature

This commit is contained in:
Ryan Caltabiano 2019-04-15 22:32:57 -05:00 committed by skullydazed
parent b5cb5ec6dd
commit 0a645225b9
30 changed files with 1538 additions and 1070 deletions

View file

@ -139,6 +139,10 @@ extern uint32_t default_layer_state;
#include "haptic.h"
#endif
#ifdef OLED_DRIVER_ENABLE
#include "oled_driver.h"
#endif
//Function substitutions to ease GPIO manipulation
#ifdef __AVR__
#define PIN_ADDRESS(p, offset) _SFR_IO8(ADDRESS_BASE + (p >> PORT_SHIFTER) + offset)