Menu

FDprintchar

Anonymous

Required Setup

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.

  • font4x6
  • font6x8
  • font8x8
  • font8x8ext
    To create a custom font see the Fonts for instructions on how to create fonts.

Details

Print a character at given coordinate.

Use

print_char(x,y,c)

  • Arguments:
    • uint8_t x:
    • The x coordinate that the character will be printed at.
    • uint8_t y:
    • The y coordinate that the character will be printed at.
    • unsigned char c:
    • The character to print.

Related

Wiki: FDText
Wiki: FDcomplete
Wiki: FDselectfont
Wiki: Fonts
Wiki: TableOfContents

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.