Menu

FDfill

Anonymous

Details

Note: fill_screen() and invert() both direct here as they are macros that make the calls fill(0) and fill(2) respectively.

Fill the screen with the specified color. The macros clear_screen() and invert() call this function with the correct color.

Use

fill(color)

  • Arguments:
    • uint_t color:
    • The color to fill the screen with.
      • WHITE = 1
      • BLACK = 0
      • INVERT = 2

Related

Wiki: FDBasicGFX
Wiki: FDcomplete
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.