in reply to Differences in behavior in pack

7102 hex == 28930 decimal

'2' = ASCII 0x32
'8' = ASCII 0x38
'9' = ASCII 0x39
'3' = ASCII 0x33
'0' = ASCII 0x30

Concatenate the hex of the characters and you get 0x3238393330, your mystery display.