Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions configs/Haute42COSMOX/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@
#define I2C0_ENABLED 1
#define I2C0_PIN_SDA 0
#define I2C0_PIN_SCL 1
// Bump I2C0 to Fast Mode Plus (1 MHz) so the SSD1306 framebuffer write
// (~1024 bytes) blocks Core 1 for ~10 ms instead of ~25 ms. This reduces
// the P5General auth stall window when the OLED display is enabled.
#define I2C0_SPEED 1000000
#define SPLASH_MODE SPLASH_MODE_STATIC
#define SPLASH_DURATION 3000

Expand Down