OLED Driver Feature
This commit is contained in:
committed by
Drashna Jaelre
parent
0a04a0e419
commit
95f8ac3424
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user