struct imageSet{
uint8_t *bitmap1;
uint8_t *bitmap2;
uint8_t *bitmap3;
uint8_t *bitmap4;
uint8_t *colorSet};
How much SRAM do you think you are saving by putting these 5 pointers into PROGMEM? Is saving 10 bytes worth the doubling of effort required to access the data?