-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
ILI9488 working with arduinoIDE but not working with espIDF #525
Comments
hi, please prodive esp-idf version, the content of sdkconfig or anything overloading its values may be helpful too |
Thank you for your reply, I will give you all you need but I'm a beginner with espIDF, so I don't know the useful information, so can you tell me what do you need? (I will send you all when I would be available) |
here is my .ini:
LovyanGFX version: If you need more information, ask me or follow the repository link? Thank you in advance! |
esp-idf version is written at the top of your sdkconfig file e.g. a commit shows you recently switched from 5.1.1 to 5.1.2 I couldn't compile your project (some unrelated errors) so I created a simple example from it:
please confirm the problem is still present when using this minimal example, and provide the full console output of the startup sequence |
Thank you for your reply: I confirm the problem is still present and here is the full console output:
|
Strange, apart from this deprecation warning I don't see anything hinting at a driver or bus problem 🤔 Although it is recommended to use So here's the other recipe you can test, with Arduino as a component:
|
Ok, thank you very much, I completely changed to arduino on pio because idf has a lot of problems. Now everything works perfectly |
Environment ( 実行環境 )
Problem Description ( 問題の内容 )
Hello, using the same configuration code on the same assembly, I cannot connect the screen via espIDF (but this same configuration works perfectly under arduinoIDE). The problem is that we are using espIDF in our project
Expected Behavior ( 期待される動作 )
White screen
Steps to reproduce ( 再現のための前提条件 )
Just run a simple code to show color on the screen;
Code to reproduce this issue ( 再現させるためのコード )
Working on ArduinoIDE
Not working on espIDF
This code is run on a pcb made for the project paxo.
Thank you in advance!
Sincerely Gabriel Rochet
The text was updated successfully, but these errors were encountered: