Reference Language | Libraries | Comparison | Changes
Initialize the Trixel library, window buffer and LCD font RAM.
Trixel.begin(width, height)
Trixel.begin(width, height, x, y)
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
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.