void gb.tft.drawBuffer( int16_t x , int16_t y , uint16_t* buffer , uint16_t w , uint16_t h )
gb.tft.drawBuffer draws a buffer at (x, y) with a width w and height h to the tft, using DMA to speed up the process.
none
N/A