Reference   Language | Libraries | Comparison | Changes

Trixel

hide()

Description

Clear the physical display trixel window to white or fill it with a given tribit or character.
The buffer is not changed but the corresponding rectangle is erased on the physical display.

Syntax

Trixel.hide()

Trixel.hide(character)

Parameters

character (optional): tribit or character to fill with instead of blank.

Returns

no value

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.