Edit

Share via


LcdValueUnitDisplay.InitForRom(String, LcdCharacterEncodingFactory) Method

Definition

Initializes the display for use as a big-number display. Configures the display with some graphic blocks for the display of big numbers.

public void InitForRom (string romName, Iot.Device.Graphics.LcdCharacterEncodingFactory? factory = default);
member this.InitForRom : string * Iot.Device.Graphics.LcdCharacterEncodingFactory -> unit
Public Sub InitForRom (romName As String, Optional factory As LcdCharacterEncodingFactory = Nothing)

Parameters

romName
String

Name of the character Rom, required to properly print culture-specific characters in the small text display

factory
LcdCharacterEncodingFactory

Encoding factory or null

Applies to