Menu

FDsetp

Anonymous

Details

Sets the color of a pixel at (x,y)

Use

set_pixel(x,y,color)

  • Arguments:
    • uint8_t, x:
    • The x coordinate of the pixel.
    • uint8_t, y:
    • The y coordinate of the pixel.
    • uint8_t, c:
    • The color of the pixel
      • 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.