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 never used freertos myself so I do not know what is going on but the ILI9341_T4 library make heavy use of interrupts so I am not really surprised that it does not work... Do you have a simple (complete) example/sketch that I could try to replicate the issue ?
Hello,
i was using this library with the freertos port by tsandmann (tsandmann/freertos-teensy).
The problem is, it freezes at
ILI9341_T4/src/ILI9341Driver.h
Line 1433 in d9bea48
I suspect the problem is the yield(); function.
It works without FreeRTOS.
Is this a problem with the freertos port or with this display driver?
Best regards
The text was updated successfully, but these errors were encountered: