Searched defs:screenBuffer (Results 1 – 2 of 2) sorted by relevance
33 GFX::GFX (int width, int height, uint8_t * screenBuffer, const unsigned char * font) : WIDTH(width)… in GFX()
35 static uint16_t screenBuffer[BUFFER_SIZE]; variable