Table of Contents

Class CharacterLcdExtensions

Namespace
Iot.Device.CharacterLcd
Assembly
Iot.Device.CharacterLcd.dll

Extension methods for ICharacterLcd

public static class CharacterLcdExtensions
Inheritance
CharacterLcdExtensions

Methods

CreateCustomCharacter(ICharacterLcd, byte, byte, byte, byte, byte, byte, byte, byte, byte)

Creates a custom character for standard displays with 8-pixel-per-row characters. See CreateCustomCharacter(int, SpanByte) for details.

public static void CreateCustomCharacter(this ICharacterLcd self, byte location, byte b0, byte b1, byte b2, byte b3, byte b4, byte b5, byte b6, byte b7)

Parameters

self ICharacterLcd

Instance of ICharacterLcd. This method can be called as extension method on this instance

location byte

Index of the character to create in the hardware character table

b0 byte

First row data (standard displays only use the lower 5 bits of each row)

b1 byte

Second row data

b2 byte

Third row data

b3 byte

Fourth row data

b4 byte

Fifth row data

b5 byte

Sixth row data

b6 byte

Seventh row data

b7 byte

Eight row data