PixelDisplay.scrollX

From MiniScript Wiki
Revision as of 23:48, 28 April 2020 by ZachStrout (talk | contribs) (Created page with "<c>PixelDisplay.scrollX</c> is an offset, in screen pixels, which makes the pixel display appear shifted to the left on screen (or to the right with negative values). == Exam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PixelDisplay.scrollX is an offset, in screen pixels, which makes the pixel display appear shifted to the left on screen (or to the right with negative values).

Example

gfx.scrollX = 100		// shifts the display 100 pixels to the left