Migrate hadron away from QWIIC_DRIVERS (#14415)
This commit is contained in:
parent
8a3f97b20f
commit
cb4346edb7
15 changed files with 153 additions and 731 deletions
|
@ -69,16 +69,8 @@
|
|||
#define AUDIO_CLICKY_FREQ_RANDOMNESS 1.5f
|
||||
#endif
|
||||
|
||||
//configure qwiic micro_oled driver for the 128x32 oled
|
||||
#ifdef QWIIC_MICRO_OLED_ENABLE
|
||||
|
||||
#undef I2C_ADDRESS_SA0_1
|
||||
#define I2C_ADDRESS_SA0_1 0b0111100
|
||||
#define LCDWIDTH 128
|
||||
#define LCDHEIGHT 32
|
||||
#define micro_oled_rotate_180
|
||||
|
||||
#endif
|
||||
// configure oled driver for the 128x32 oled
|
||||
#define OLED_UPDATE_INTERVAL 33 // ~30fps
|
||||
|
||||
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
|
||||
// #define DEBOUNCE 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue