Skip to content

Error SPI bus initialization with libray 3.2.0 #11238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
F1ATB opened this issue Apr 11, 2025 · 1 comment
Closed
1 task done

Error SPI bus initialization with libray 3.2.0 #11238

F1ATB opened this issue Apr 11, 2025 · 1 comment
Labels
Status: Awaiting triage Issue is waiting for triage

Comments

@F1ATB
Copy link

F1ATB commented Apr 11, 2025

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

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.
@F1ATB F1ATB added the Status: Awaiting triage Issue is waiting for triage label Apr 11, 2025
@me-no-dev
Copy link
Member

The library is not part of the Arduino core and the errors actually come from ESP-IDF. Please seek help in the LCD Library repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Awaiting triage Issue is waiting for triage
Projects
None yet
Development

No branches or pull requests

2 participants