Hi,
I am using TivaWare Graphics Library on a tm4c microcontroller to implement menus to be seen in a coloured TFT. I am using the pnmtoc tool to created a compressed image to the background. To print that background use the TivaWare Graphics Library GrImageDraw.
But write now I need to decode the background image created by the pnmtoc tool, aiming to print a certain set of pixels of that background. I tried to understood the explanation on the TivaWare Graphics Library compressed IMAGE_FMT_8BPP_COMP, but I didn't understood.
I need that background in a compressed way, since it is more suitable in terms of memory.
Can anyone help me?
Thanks in advance
Miguel