-
Notifications
You must be signed in to change notification settings - Fork 34
error running panel test on ESP32-4848S040C_I_Y_3 #44
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
Comments
In the same directory as PanelTest.ino change the file ESP_Panel_Board_Supported.h. Set ESP_PANEL_USE_SUPPORTED_BOARD to 1 and uncomment the board you use. I changed this file and got ESP32-S3-BOX-3 to work. |
Hi @Rujo, I agree with the analysis provided by @esp32beans. Could you please give it another try? |
@esp32beans and @Lzw655 Thank you very much for your help. It is working great now. (after I had also updated the compiler settings for the ESP32) |
Great! The purpose of this library is to enable users to drive screens and port GUI frameworks more quickly and easily. |
I get this error: Compilation error: 'ESP_Panel' does not name a type; did you mean 'ESP_PanelLcd'?
when trying to compile PanelTest.ino
I followed the instructions, and I have this board activated and made all the setting as required in Arduino IDE2
The text was updated successfully, but these errors were encountered: