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
Compilation error when lcd initialization with library ESP32 3.2.0
E (1151) spi: spi_bus_initialize(815): no support changing io default level
E (1152) spi_master: spi_master_init_driver(274): host_id not initialized
Same code compiled with 3.1.3 ESP32 library is OK.
Graphic library LovyanGFX
Sketch
lcd.init();
// Réinitialiser le mode non miroir
lcd.writecommand(0x36); // Commande MADCTL
lcd.writedata(0x00); // Mode normal sans inversion
lcd.setRotation(rotation);
Debug Message
E (1151) spi: spi_bus_initialize(815): no support changing io default level
E (1152) spi_master: spi_master_init_driver(274): host_id not initialized
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
I confirm I have checked existing issues, online documentation and Troubleshooting guide.
The text was updated successfully, but these errors were encountered:
Board
ESP32 Dev Module , Display ESP32-2432S028
Device Description
Display ESP32-2432S028
Hardware Configuration
LGFX Autodetect
Version
latest stable Release (if not listed below)
IDE Name
Arduino 2.3.5
Operating System
Windows 11
Flash frequency
80MHz
PSRAM enabled
no
Upload speed
921600
Description
Compilation error when lcd initialization with library ESP32 3.2.0
E (1151) spi: spi_bus_initialize(815): no support changing io default level
E (1152) spi_master: spi_master_init_driver(274): host_id not initialized
Same code compiled with 3.1.3 ESP32 library is OK.
Graphic library LovyanGFX
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: