Skip to main content

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
TypeNameDescription
System.Byte[]characterMapThe character data
System.ByteaddressThe display character address (0-7)