Zum Hauptinhalt springen

Display Content

hinweis

Applies to series4x Display variants only.

Displayable Characters

The following table shows all displayable characters (ASCII codes 0x30–0x7F):

_0_1_2_3_4_5_6_7_8_9_A_B_C_D_E_F
3_0123456789:;<=>?
4_@ABCDEFGHIJKLMNO
5_PQRSTUVWXYZ[\]^_
6_`abcdefghijklmno
7_pqrstuvwxyz{|}~DEL
8_Bit 0 to 6 of ASCII code controls segment a to g

Examples:

  • Number "8": 0x38
  • Letter "B": 0x42

Custom Display Patterns

To create custom display patterns, use 0x80 + (Bit 0 to 7). Bit 0 to 7 refers to segments a to g.

Example: Symbol |- (segments e, f, g): 0x80 + 0111 0000b = 0xF0

Segment Coding

Display Segment LEDs refer to segments a through g:

 ─a─
| |
f b
| |
─g─
| |
e c
| |
─d─