Add ST7565 LCD driver (#13089)
Co-authored-by: Joakim Tufvegren <jocke@barbanet.com>
This commit is contained in:
parent
cfc7ee61c5
commit
b2fdd48744
7 changed files with 995 additions and 0 deletions
|
@ -176,6 +176,10 @@ extern layer_state_t layer_state;
|
|||
# include "oled_driver.h"
|
||||
#endif
|
||||
|
||||
#ifdef ST7565_ENABLE
|
||||
# include "st7565.h"
|
||||
#endif
|
||||
|
||||
#ifdef DIP_SWITCH_ENABLE
|
||||
# include "dip_switch.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue