LcdCharacterEncodingFactory.ConvertFont8to5bytes Method

Definition

Convert a 8 bytes array with 5 lower bit character representation into a 5 bytes array with all bit character representation vertically ordered.

public static byte[] ConvertFont8to5bytes (ReadOnlySpan<byte> font8);
static member ConvertFont8to5bytes : ReadOnlySpan<byte> -> byte[]
Public Shared Function ConvertFont8to5bytes (font8 As ReadOnlySpan(Of Byte)) As Byte()

Parameters

font8
ReadOnlySpan<Byte>

A span of bytes, must be 8 bytes length

Returns

Byte[]

A 5 bytes array containing the character

Applies to