Interface ICharacterDisplay
Character display abstraction
Assembly: CharacterDisplay.dll
View Source
public interface ICharacterDisplay : ITextDisplay
Methods
SaveCustomCharacter(byte[], byte)
Save a custom character to the display
View Source
void SaveCustomCharacter(byte[] characterMap, byte address)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | characterMap | The character data |
System.Byte | address | The display character address (0-7) |