Menu for Display

Hi

You can calculate the amount of initially occupied RAM and ROM memory.
Use "avr-size" for this task. You need to locate and find the .elf file on your file system.

Also, have a look here: avr-libc: Memory Areas and Using malloc()
Variables are usually stored in .data or .bss area. This depends on there init value.

Oliver