Skip to content

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

Open
Rujo opened this issue Jun 10, 2024 · 4 comments
Open

error running panel test on ESP32-4848S040C_I_Y_3 #44

Rujo opened this issue Jun 10, 2024 · 4 comments

Comments

@Rujo
Copy link

Rujo commented Jun 10, 2024

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

@esp32beans
Copy link

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.

@Lzw655
Copy link
Collaborator

Lzw655 commented Jun 12, 2024

Hi @Rujo, I agree with the analysis provided by @esp32beans. Could you please give it another try?

@Rujo
Copy link
Author

Rujo commented Jun 14, 2024

@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)
I had obviously not followed the instructions in full detail. I had been overwhelmed before by some other instructions about how to set up LVGL. The instruction here is much simpler! (if I read it in full)

@Lzw655
Copy link
Collaborator

Lzw655 commented Jun 14, 2024

Great! The purpose of this library is to enable users to drive screens and port GUI frameworks more quickly and easily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants