<!-- Source: https://docs.captron.com/trms/series4x/display-content -->

# Display Content

:::note
Applies to series4x Display variants only.
:::

## Displayable Characters

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

<table>
  <thead>
    <tr>
      <th></th>
      <th>\_0</th>
      <th>\_1</th>
      <th>\_2</th>
      <th>\_3</th>
      <th>\_4</th>
      <th>\_5</th>
      <th>\_6</th>
      <th>\_7</th>
      <th>\_8</th>
      <th>\_9</th>
      <th>\_A</th>
      <th>\_B</th>
      <th>\_C</th>
      <th>\_D</th>
      <th>\_E</th>
      <th>\_F</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><strong>3\_</strong></td>
      <td>0</td>
      <td>1</td>
      <td>2</td>
      <td>3</td>
      <td>4</td>
      <td>5</td>
      <td>6</td>
      <td>7</td>
      <td>8</td>
      <td>9</td>
      <td>:</td>
      <td>;</td>
      <td>&lt;</td>
      <td>=</td>
      <td>&gt;</td>
      <td>?</td>
    </tr>
    <tr>
      <td><strong>4\_</strong></td>
      <td>&commat;</td>
      <td>A</td>
      <td>B</td>
      <td>C</td>
      <td>D</td>
      <td>E</td>
      <td>F</td>
      <td>G</td>
      <td>H</td>
      <td>I</td>
      <td>J</td>
      <td>K</td>
      <td>L</td>
      <td>M</td>
      <td>N</td>
      <td>O</td>
    </tr>
    <tr>
      <td><strong>5\_</strong></td>
      <td>P</td>
      <td>Q</td>
      <td>R</td>
      <td>S</td>
      <td>T</td>
      <td>U</td>
      <td>V</td>
      <td>W</td>
      <td>X</td>
      <td>Y</td>
      <td>Z</td>
      <td>\[</td>
      <td>\\</td>
      <td>\]</td>
      <td>^</td>
      <td>\_</td>
    </tr>
    <tr>
      <td><strong>6\_</strong></td>
      <td>&#96;</td>
      <td>a</td>
      <td>b</td>
      <td>c</td>
      <td>d</td>
      <td>e</td>
      <td>f</td>
      <td>g</td>
      <td>h</td>
      <td>i</td>
      <td>j</td>
      <td>k</td>
      <td>l</td>
      <td>m</td>
      <td>n</td>
      <td>o</td>
    </tr>
    <tr>
      <td><strong>7\_</strong></td>
      <td>p</td>
      <td>q</td>
      <td>r</td>
      <td>s</td>
      <td>t</td>
      <td>u</td>
      <td>v</td>
      <td>w</td>
      <td>x</td>
      <td>y</td>
      <td>z</td>
      <td>&lbrace;</td>
      <td>|</td>
      <td>&rbrace;</td>
      <td>~</td>
      <td>DEL</td>
    </tr>
    <tr>
      <td><strong>8\_</strong></td>
      <td>Bit 0 to 6 of ASCII code controls segment a to g</td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
  </tbody>
</table>

**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─
```
