Alexa 7 Segment Display Simulator
The Echo Show with Clock can display numbers and some letters on its 7-segment display.
Supported numbers
0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.
Supported letters
A, b, C, c, d, E, F, G, H, h, I, J, L, n, O, o, P, q, r, S, t, U, u, y, _ (underscore), and space (' ').
Sample characters (click to edit)
Unsupported letters
a, B, D, e, f, g, i, j, K, k, l, M, m, N, p, Q, R, s, T, V, v, W, w, X, x, Y, Z, and z.
Unsupported letters are treated as space (" ") characters.
For uppercase "B", you can use the number 8 to get the same shape.
For lowercase "g", you can use 9 to get the same shape.
For lowercase "l", use upper-case I to get the same shape.
See APLT Document Example Code
{
"type": "APLT",
"version": "1.0",
"mainTemplate": {
"items": [
{
"type": "Text",
"text": ""
}
]
}
}