gb.tft.setAddrWindow

Description

void gb.tft.setAddrWindow( uint8_t x0 , uint8_t y0 , uint8_t x1 , uint8_t y1 )

gb.tft.setAddrWindow sets the current window where sent data will be drawn to.

Parameters

  • uint8_t x0: from this x-address
  • uint8_t y0: from this y-address
  • uint8_t x1: to this x-address
  • uint8_t y1: to this y-address

Returns

none

Example

N/A