russhughes / s3lcd

ESP_LCD based MicroPython driver for ESP32-S3 Devices with ST7789 or compatible displays.
Other
60 stars 10 forks source link

ImportError: no module named 'tft_config' on Lilygo T-Display-S3 #21

Closed achtnullzwei closed 7 months ago

achtnullzwei commented 7 months ago

First of all, thx a lot for providing pre-compiled firmware :-)

I flashed the firmware.bin from ESP32_GENERIC_S3_SPIRAM_OCT_16MiB as that is suggested for T-Display S3 in your readme.

However, when I try to load e.g. hello.py from the examples folder i get the following error. Not sure if i am doing something wrong but it cannot import the tft_config module.

Thx a lot in advance.

achtnullzwei commented 7 months ago

Sry. Found it in the config folder.

russhughes commented 7 months ago

Use the tft_config.py and tft_buttons.py config modules in examples/configs/t-display-s3.

achtnullzwei commented 7 months ago

I found it literally a minute before your comment. Anyway thx for the quick response. Should have had a closer look before opening an issue ;-)