C# Class Emmellsoft.IoT.Rpi.SenseHat.Fonts.SingleColor.SingleColorCharacter

A single color font character.
Inheritance: Character
Datei anzeigen Open project: emmellsoft/RPi.SenseHat Class Usage Examples

Public Methods

Method Description
SingleColorCharacter ( char symbol, byte columns )

Constructor.

Method Details

SingleColorCharacter() public method

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.