Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to the basic board configurations #445

Merged
merged 3 commits into from
Aug 13, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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: 2 additions & 2 deletions configs/Pico/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

#define TURBO_LED_PIN -1

#define BOARD_LEDS_PIN 28
#define BOARD_LEDS_PIN -1

#define LED_BRIGHTNESS_MAXIMUM 50
#define LED_BRIGHTNESS_STEPS 5
Expand Down Expand Up @@ -184,7 +184,7 @@
// 4 - `NOSPLASH` - This will not display a splash screen on boot
// Special note - All of the splash screen images can be changed via `include/bitmaps.h`

#define HAS_I2C_DISPLAY 1
#define HAS_I2C_DISPLAY 0
#define I2C_SDA_PIN 0
#define I2C_SCL_PIN 1
#define I2C_BLOCK i2c0
Expand Down
4 changes: 2 additions & 2 deletions configs/SparkFunProMicro/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

#define TURBO_LED_PIN -1

#define BOARD_LEDS_PIN 16
#define BOARD_LEDS_PIN -1

#define LED_BRIGHTNESS_MAXIMUM 50
#define LED_BRIGHTNESS_STEPS 5
Expand Down Expand Up @@ -175,7 +175,7 @@
// 4 - `NOSPLASH` - This will not display a splash screen on boot
// Special note - All of the splash screen images can be changed via `include/bitmaps.h`

#define HAS_I2C_DISPLAY -1
#define HAS_I2C_DISPLAY 0
#define I2C_SDA_PIN 0
#define I2C_SCL_PIN 1
#define I2C_BLOCK i2c0
Expand Down
4 changes: 2 additions & 2 deletions configs/WaveshareZero/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

#define TURBO_LED_PIN -1

#define BOARD_LEDS_PIN 28
#define BOARD_LEDS_PIN -1

#define LED_BRIGHTNESS_MAXIMUM 50
#define LED_BRIGHTNESS_STEPS 5
Expand Down Expand Up @@ -185,7 +185,7 @@
// 4 - `NOSPLASH` - This will not display a splash screen on boot
// Special note - All of the splash screen images can be changed via `include/bitmaps.h`

#define HAS_I2C_DISPLAY -1
#define HAS_I2C_DISPLAY 0
#define I2C_SDA_PIN 0
#define I2C_SCL_PIN 1
#define I2C_BLOCK i2c0
Expand Down