Search found 1 match

by lsc1117
Fri Apr 23, 2021 2:41 am
Forum: ESP32 Arduino
Topic: make size-components on Arduino
Replies: 0
Views: 1250

make size-components on Arduino

Hi all, I'm using esp32 with TFT_eSPI library on Arduino framework. Because of memory limitation, I have to manage the RAM for framebuffers. I know some APIs to check memory usage of heap and stack but I want more specific information. How can I use "size-components" of esp-idf on Arduino framework?...