Edit

Share via


CharacterLcdExtensions.CreateCustomCharacter Method

Definition

Creates a custom character for standard displays with 8-pixel-per-row characters. See CreateCustomCharacter(Int32, ReadOnlySpan<Byte>) for details.

public static void CreateCustomCharacter (this Iot.Device.CharacterLcd.ICharacterLcd self, byte location, byte b0, byte b1, byte b2, byte b3, byte b4, byte b5, byte b6, byte b7);
static member CreateCustomCharacter : Iot.Device.CharacterLcd.ICharacterLcd * byte * byte * byte * byte * byte * byte * byte * byte * byte -> unit
<Extension()>
Public Sub CreateCustomCharacter (self As ICharacterLcd, location As Byte, b0 As Byte, b1 As Byte, b2 As Byte, b3 As Byte, b4 As Byte, b5 As Byte, b6 As Byte, b7 As Byte)

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

Applies to