Running LGFX & ESP AWS IoT lib together on Makerfabs_ESP32_S3_TFT_Touch_SPI #409
ozanoner
started this conversation in
Device Configurations
Replies: 1 comment
-
This works, sharing here for anybody interested in: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Carefully written requests are more likely to be given priority.
丁寧に記述された要望は優先して対応される可能性が高くなります。
Device Name (デバイスの名称・型番等)
MaTouch_ESP32-S3 SPI TFT with Touch 3.5'' ILI9488
URL of Device Specifications document (仕様書等のURL)
URL of the store where we can purchase (商品を購入できるURL)
https://www.makerfabs.com/esp32-s3-spi-tft-with-touch-ili9488.html
Hi,
I know this model is supported and my tests show that both graphics and touch work properly with LVGL & LGFX-auto detect (copied from components/LovyanGFX/examples/Advanced/LVGL_PlatformIO), many thanks for this library. However, when I try to connect the device to AWS cloud by using ESP AWS IoT library, the app crashes when it receives an MQTT message. Here is the log:
The reason is the "wait DMA loop" in $HOME/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c
If I disable the graphics, then AWS communication again works as expected. Is there any suggestion about how to pass this? I suspect I need to play with the LGFX configuration but not sure which one.
Thanks,
Ozan
Beta Was this translation helpful? Give feedback.
All reactions