To use any of the printing functions select_font(font) must be called with one of the following included fonts or a custom user font set.
These functions will print a string directly from the flash memory. This can be done and should be done when printing a constant string and memory is low. A string may be placed into the flash space by using this function PSTR(string) for instance: printPGM(PSTR("Hello World"))
This function has two separate forms, one that is locationally aware and one that is not both of which are covered in the Use section.
printPGM(x,y,string)
*
string: *
string:
Wiki: FDText
Wiki: FDcomplete
Wiki: FDselectfont
Wiki: Fonts
Wiki: TableOfContents