LcdCharacterEncodingFactory.CreateLetterA00(Char) Method

Definition

Creates the given letter from a pixel map for Rom Type A00 (7-pixel high letters, bottom row empty)

protected virtual byte[]? CreateLetterA00 (char character);
abstract member CreateLetterA00 : char -> byte[]
override this.CreateLetterA00 : char -> byte[]
Protected Overridable Function CreateLetterA00 (character As Char) As Byte()

Parameters

character
Char

Character to create

Returns

Byte[]

An 8-Byte array of the pixel map for the created letter.

Remarks

Currently requires the characters to be hardcoded here. Would be nice if we could generate the pixel maps from an existing font, such as Consolas

Applies to