Broke my code using PROGMEM

septillion:

display.println((__FlashStringHelper*)menu_table[0]); //etc

//or
display.println(PtoF(menu_table[0]));

I assume that i'll need to call the four items for the first menu one at a time when I draw the menu? or is there a better way?