Page 1 of 1

make size-components on Arduino

Posted: Fri Apr 23, 2021 2:41 am
by lsc1117
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?

Thank you.