Skip to main content

Interface ICharacterDisplay

Character display abstraction

Assembly: CharacterDisplay.dll
View Source
Declaration
public interface ICharacterDisplay : ITextDisplay, IDisplay

Methods

SaveCustomCharacter(byte[], byte)

Save a custom character to the display

View Source
Declaration
void SaveCustomCharacter(byte[] characterMap, byte address)
Parameters
TypeNameDescription
System.Byte[]characterMapThe character data
System.ByteaddressThe display character address (0-7)