Which TFT screen Library will consume least Flash Memory

Hello I'm planning to program a HMI for Atmega328p project. I've approximately %50 of program space for graphics. I want to display time, temperature, humidity and two other text info. There will also be a menu which sets 12 parameters, there will be one sub menu. It is mostly text and few graphics. No animation. Screen updates once every 5 seconds in normal operation. My screen is ILI9341 based SPI 2.8 inch TFT display module.

To program, I've come across Adafruit TFTLCD Library and UTFT Library. UTFT library was huge at first as stated in http://www.rinkydinkelectronics.com/library.php?id=51 but after I disabled support for unnecessary modules from "memorysaver.h" I've got a decent size for default sketches.

Now I will put effort into learning one of the libraries and I don't want to waste time. I want to start with a library that will fit into the Arduino. Which one should I choose? Thank you.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.