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
I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
v5.3.1
Espressif SoC revision.
ESP32-P4
Operating System used.
macOS
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32-P4-Function-EV-Board
Steps to reproduce.
Create project from example
Change project main file to .cpp
Include the espressif/esp_lcd_ek79007 idf dependancy
Add code from the example in the dependancy
Build
The build fails when invoking EK79007_1024_600_PANEL_60HZ_CONFIG(). Should be fixable by un-nesting this line.
Build Logs.
No response
More Information.
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
EK79007 driver chained designators not compatible with C++
EK79007 driver chained designators not compatible with C++ (AEGHB-956)
Jan 15, 2025
Hi, @sssata . C++ does not fully support this C-specific initialisation syntax. You can follow follow this EK79007_1024_600_PANEL_60HZ_CONFIG to expand initialise each item in esp_lcd_dpi_panel_config_t separately.
Answers checklist.
IDF version.
v5.3.1
Espressif SoC revision.
ESP32-P4
Operating System used.
macOS
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32-P4-Function-EV-Board
Steps to reproduce.
The build fails when invoking EK79007_1024_600_PANEL_60HZ_CONFIG(). Should be fixable by un-nesting this line.
Build Logs.
No response
More Information.
No response
The text was updated successfully, but these errors were encountered: