Skip to content

Commit

Permalink
Update BentoBox BoardConfig.h (OpenStickCommunity#931)
Browse files Browse the repository at this point in the history
Update I2C speed to 400k.
  • Loading branch information
ScrubTier authored Apr 3, 2024
1 parent 160fd38 commit fe884a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/BentoBox/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
#define I2C1_PIN_SDA 26
#define I2C1_PIN_SCL 27
#define DISPLAY_I2C_BLOCK i2c1
#define I2C_SPEED 800000
#define I2C_SPEED 400000

#define BUTTON_LAYOUT BUTTON_LAYOUT_STICKLESS
#define BUTTON_LAYOUT_RIGHT BUTTON_LAYOUT_STICKLESSB
Expand Down Expand Up @@ -150,4 +150,4 @@
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, \
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00

#endif
#endif

0 comments on commit fe884a9

Please sign in to comment.