hemonu
hemonu
About
- Username
- hemonu
- Joined
- Visits
- 19
- Last Active
- Roles
- Member
Comments
-
https://forum.elecrow.com/uploads/463/4WUHTTJP8BA9.zip You find attached my files to setup the Hardware and start LVGL. Please ignore the lines related to PCA9548. That's an I2C multiplexer, which I ue for some projects. Those files are for a portra…
-
As this display uses 16bit parallel interface it's a bit more than just the pin numbers ;-) It finally got it working with this tft_config.py: import lcd import machine def config(): bus_tft = lcd.8080( data = ( machine.Pin(47), \ …
-
https://forum.elecrow.com/discussion/comment/751#Comment_751 Bus_Parallel16 is available in lovyanGFX for ESP32S3 only, not for the standard ESP32. So you have to select the correct board. ESP32S3 Dev module is the good starting point.