Search found 2 matches

by TuxuT_ESP32
Sat Mar 23, 2019 7:11 pm
Forum: ESP-IDF
Topic: Need example code: Task Synchronization with Events
Replies: 0
Views: 1928

Need example code: Task Synchronization with Events

Good evening,

I am searching for a simple example which demonstrates the task synchronization with events.
For now I uses 2 tasks (A and B) in my system and I want sent a event from Task A to Task B.

Thank you so much,
Stefan
by TuxuT_ESP32
Fri Mar 22, 2019 1:50 pm
Forum: ESP-IDF
Topic: ILI9341 -> SPI is very slow
Replies: 3
Views: 5400

ILI9341 -> SPI is very slow

Hi guys, I guess I need your help with the SPI interface. I downloaded a current master branch of the esp-idf and included the LCD component from the ESP IoT Solution which included/wrapped the Adafruit GFX Library (esp-iot-solution/components/spi_devices/lcd/) to drawing text string to my ILI9341 L...