1
0
Fork 0

Add ST7565 LCD driver (#13089)

Co-authored-by: Joakim Tufvegren <jocke@barbanet.com>
This commit is contained in:
Ryan 2021-06-10 17:16:09 +10:00 committed by GitHub
parent cfc7ee61c5
commit b2fdd48744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 995 additions and 0 deletions

View file

@ -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