Method | Description | |
---|---|---|
SingleColorCharacter ( char symbol, byte columns ) |
Constructor.
|
public SingleColorCharacter ( char symbol, byte columns ) | ||
symbol | char | The unicode character. |
columns | byte | The pixel columns. One column=one byte where each bit represents a pixel (on=1 or off=0) where the LSB is the topmost pixel. |