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
If I compile and upload to test the board, touch does not work. A fix is found not to use the IRQ pin of touch SPI keeping the IRQ pin as NC in hardware.h (default was set as GPIO_36). What if I want to use the IRQ pin?
I have extracted an elementary Squareline UI file. But can not use the extracted codes in my ESP IDF program. can anyone give me guidelines?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello there,
I am using ESP-IDF to code the CYD. There is an example in your repository folder https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/tree/main/Examples/ESP-IDF/LVGL9. I have 2 questions regarding this.
If I compile and upload to test the board, touch does not work. A fix is found not to use the IRQ pin of touch SPI keeping the IRQ pin as NC in hardware.h (default was set as GPIO_36). What if I want to use the IRQ pin?
I have extracted an elementary Squareline UI file. But can not use the extracted codes in my ESP IDF program. can anyone give me guidelines?
Thanks in advance.
The text was updated successfully, but these errors were encountered: