Skip to content

AiThinker ESP32-S3-32S dev kit I2C OLED issue #6306

@ITstreet1

Description

@ITstreet1

CircuitPython version

CircuitPython 7.2.0 on AiThinker ESP32-S3-32S dev kit
https://circuitpython.org/board/espressif_esp32s3_devkitc_1_n8/
https://docs.ai-thinker.com/_media/esp32/docs/nodemcu-esp-s3-32s-kit_v1.0.0specification.pdf

Using Thonny

Code/REPL

import board
import displayio
import adafruit_displayio_ssd1306
i2c = board.I2C()
display_bus = displayio.I2CDisplay(i2c, device_addredd=0x3C)

Behavior

>>> %Run -c $EDITOR_CONTENT
Traceback (most recent call last):
  File "<stdin>", line 20, in <module>
AttributeError: 'module' object has no attribute 'I2C'
>>> 

Description

I have in lib folder:
adafruit_bus_device folder
adafruit_displayio_ssd1306.mpy

Additional information

I tried 7.2.5 but the board couldn't connect as CIRCUITPY.

Any info/help would be nice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions