gb.tft.pushColor

Description

void gb.tft.pushColor( uint16_t c )

gb.tft.pushColor pushes two bytes, 16-bit, typically one color, to the screen (and thus typically one pixel).

Parameters

  • uint16_t c: 16-bits to push (typically a color)

Returns

none

Example

N/A