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

Include link to I2C Block table on Display Configuration page. #53

Merged
merged 1 commit into from
Jun 24, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GP2040-CE supports the use of a display module such as an OLED with a SSD1306, S
## Hardware Options

- `Enabled` - Turns on/off the display module.
- `I2C Block` - The Pico I2C block that will be used. Set based on pins, refer to table on page.
- `I2C Block` - The Pico I2C block that will be used. Set based on pins, refer to table on the [Peripheral Mapping](https://gp2040-ce.info/web-configurator/menu-pages/peripheral-mapping#i2c) page.
- `I2C Address` - The I2C address of your device, defaults to the very commonly used `0x3C`.

## Screen Options
Expand Down
Loading