You can display a variable with F() macro. Variables live in SRAM, the F() macro and PROGMEM stuff is for accessing flash memory. So your approach above is the right one, jus print the variable
You can display a variable with F() macro. Variables live in SRAM, the F() macro and PROGMEM stuff is for accessing flash memory. So your approach above is the right one, jus print the variable