Skip to main content

Set Display Digit

Sets a display digit with the character constructor supplied.

Request

012345678910111213141516171819202122232425262728293031
ID50DNC

Request Structure

ByteValueSizeTypeDescription
0ID1BINMBx24 address (ID)
1501BINSet Display Digit instruction code
2D1BINDisplay number (1–4)
3N1BINDigit number of the display (1–4)
4C1BINCharacter constructor supplied

Response

012345678910111213141516171819202122232425262728293031
ID50V

Response Structure

ByteValueSizeTypeDescription
0ID1BINMBx24 address (ID)
1501BINSet Display Digit instruction code
2V1BIN1 for successful, 0 otherwise

Remarks

Character constructor supplied

A display module is composed of 4 numeric digits in a 7-segment configuration. A character constructor is a byte with values for a 7-segment scheme where each bit corresponds to a segment.

Bit Position76543210
SegmentdpGFEDCBA
  • Table 4 - Bit to Segment Relationship