int16_t scroll_x = 0; // Keep track of the scrolled position, this is where the origin int16_t scroll_y = 0; // (top left) of the gfx Sprite will be ...