Hello,
i was using this library with the freertos port by tsandmann (tsandmann/freertos-teensy).
The problem is, it freezes at
|
void _waitUpdateAsyncComplete() |
for some time and then continues, even the SPI clock freezes (atleast the LED stops blinking).
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