-
Notifications
You must be signed in to change notification settings - Fork 284
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
gpio_matrix_out is not defined #220
Comments
I am having the same issue, I found some discussion here: The fixes I attempted which got the file to compile:
The specific driver files also needed changes. |
That's not going to work for me because neither ESP-IDF v4.4.4 nor the current trunk version contains any reference to What version of ESP-IDF are you using? |
I am using v5.0, there is a reference to it here, the include statement in my first comment worked for me on an esp32-c3 On a side note, it would have been nice if the devs put some warnings about incompatible versions. As it stands right now, this library seems partially incompatible with both v8 of LVGL and v5.0 of the ESP-IDF. |
Oh, ok, I missed that - I was probably searching for any definition of I think I'll be able to figure out something that works with v4. It was just not knowing the definition for |
Could anybody share your codes after edited with the new GPIO? |
feel free to try this branch out https://github.com/hiruna/lvgl_esp32_drivers/tree/develop/lvgl_8.3.7_idf_5.2 |
lvgl_esp32_drivers/lvgl_tft/esp_lcd_backlight.c
Lines 59 to 67 in 26fe6e7
The called function
gpio_matrix_out
does not seem to exist anywhere in this library, in LVGL, or in any version of ESP-IDF.What is the intention of this code, and how does anyone manage to build this package without a definition of this function?
More importantly, can it be fixed please?
The text was updated successfully, but these errors were encountered: