Skip to content

Commit b76a2be

Browse files
authored
Merge pull request #1114 from dglaude/patch-7
Highlight incompatibility with Adafruit ecosystem
2 parents caa753c + 92aa45e commit b76a2be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_board/lolin_s2_pico.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ A development boards with an OLED and a small form factor.
4343
- `EN` RESET button
4444
- `GPIO0` BOOT button
4545
- `GPIO10` LED (blue status LED)
46-
- Lolin I2C JST SH 4-pin port (not QWIIC/Stemma-Qt pinout) using `GPIO8` (SDA) and `GPIO9` (SCL)
47-
- 128 x 32 SSD1306 OLED display internally connected to the same I2C bus as the external port, reset pin connected to `GPIO18`, I2C address `0x3C`
46+
- Lolin I2C JST SH 4-pin port (**does not match QWIIC/Stemma-Qt pinout**) using `GPIO8` (SDA) and `GPIO9` (SCL)
47+
- 128 x 32 SSD1306 OLED display internally connected to the same I2C bus as the external port, reset pin connected to `GPIO18`, I2C address `0x3C` (**not supported in CircuitPython firmware, require user code initialisation**)
4848
- Compatible with CircuitPython, MicroPython (default firmware), Arduino and ESP-IDF
4949

5050
## Purchase

_board/lolin_s3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ WiFi & Bluetooth 5 (LE) development boards based ESP32-S3-WROOM-1.
3232
- `EN` RESET button
3333
- `GPIO0` BOOT button
3434
- `GPIO38` WS2812B RGB LED
35-
- Lolin I2C JST SH 4-pin port (not QWIIC/Stemma-Qt pinout) using `GPIO42` (SDA) and `GPIO41` (SCL)
35+
- Lolin I2C JST SH 4-pin port (**does not match QWIIC/Stemma-Qt pinout**) using `GPIO42` (SDA) and `GPIO41` (SCL)
3636

3737

3838
## Purchase

0 commit comments

Comments
 (0)