You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'