Reference   Language | Libraries | Comparison | Changes

Trixel

begin()

Description

Initialize the Trixel library, window buffer and LCD font RAM.

Syntax

Trixel.begin(width, height)
Trixel.begin(width, height, x, y)

Parameters

width: Trixel buffer rectangle width in characters

height: Trixel buffer rectangle height in characters

x (optional): horizontal offset from display in character coordinates

y (optional): vertical offset from display in character coordinates

See also

Reference Home

Corrections, suggestions, and new documentation should be posted to the Forum.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.