I have this example of using fonts here ILI9341_due/examples/arcs at master · marekburiak/ILI9341_due · GitHub
the example include 3 header files which just hold large static const array which is being called during the program execution
of course the sketch wouldn't compile on arduino uno because it is too large for its memory
how can I store those big chunk of data on external storage like sd card or eeprom and call them later or something similer!!
can i just store the array values outside and after that use them later