TMC - 8 Digital Tech
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto mode

co-ordinate system

In most programming environments (such as Pygame Zero), the screen co-ordinate system uses (x, y) co-ordinates, with the origin (0, 0) in the top left corner of the screen, with x to the right, and y going down.

Some co-ordinates in screen-space

Everything to be displayed on the screen must be rastered, which means rendered into a grid of colored pixels.

Capital letter A made using a 7x5 grid of pixels