Migrate boston_meetup/2019 away from QWIIC_DRIVERS (#14413)

This commit is contained in:
Joel Challis
2021-09-13 15:00:17 +01:00
committed by GitHub
parent cb4346edb7
commit 219d955787
5 changed files with 67 additions and 223 deletions

View File

@@ -46,16 +46,9 @@
#define AUDIO_CLICKY_FREQ_RANDOMNESS 1.5f
#endif
//configure qwiic micro_oled driver for the 128x32 oled
#ifdef QWIIC_MICRO_OLED_ENABLE
// configure oled driver for the 128x32 oled
#define OLED_UPDATE_INTERVAL 33 // ~30fps
#undef I2C_ADDRESS_SA0_1
#define I2C_ADDRESS_SA0_1 0b0111100
#define LCDWIDTH 128
#define LCDHEIGHT 32
#define micro_oled_rotate_180
#endif
/*
* Keyboard Matrix Assignments
*