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
ICharacterLcdInstance of ICharacterLcd. This method can be called as extension method on this instance
location
byteIndex of the character to create in the hardware character table
b0
byteFirst row data (standard displays only use the lower 5 bits of each row)
b1
byteSecond row data
b2
byteThird row data
b3
byteFourth row data
b4
byteFifth row data
b5
byteSixth row data
b6
byteSeventh row data
b7
byteEight row data