Skip to content

AttributeError: 'module' object has no attribute 'SPIBusFast' #4

@0LostConnection

Description

@0LostConnection

Device: JC3248W535

When trying to import a display configuration module, I encounter an AttributeError indicating that the lcd_bus module doesn't have a SPIBusFast attribute.

LVGL (9.3.0) MicroPython (1.25.0) Binding compiled on 2025-09-25; Generic ESP32S3 module with Octal-SPIRAM with ESP32S3
Type "help()" for more information.
>>> import test_90
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "test_90.py", line 1, in <module>
  File "lv_config_90.py", line 64, in <module>
AttributeError: 'module' object has no attribute 'SPIBusFast'

@straga

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions