For the complete documentation index, see llms.txt. This page is also available as Markdown.

ASCII and OLED glyph codes

Character and special-glyph byte values used by Live string/OLED data.

Constants

Name
Value
Description

ASCII_SPACE

32

Character/glyph byte for Space.

ASCII_EXCLAMATION

33

Character/glyph byte for Exclamation.

ASCII_DOUBLE_QUOTE

34

Character/glyph byte for Double Quote.

ASCII_QUOTE

34

Character/glyph byte for Quote.

ASCII_POUND

35

Character/glyph byte for Pound.

ASCII_DOLLAR

36

Character/glyph byte for Dollar.

ASCII_PERCENT

37

Character/glyph byte for Percent.

ASCII_AMPERSAND

38

Character/glyph byte for Ampersand.

ASCII_AND

38

Character/glyph byte for And.

ASCII_SINGLE_QUOTE

39

Character/glyph byte for Single Quote.

ASCII_APOSTROPHE

39

Character/glyph byte for Apostrophe.

ASCII_LEFT_PARENTHESIS

40

Character/glyph byte for Left Parenthesis.

ASCII_OPEN_PARENTHESIS

40

Character/glyph byte for Open Parenthesis.

ASCII_RIGHT_PARENTHESIS

41

Character/glyph byte for Right Parenthesis.

ASCII_CLOSE_PARENTHESIS

41

Character/glyph byte for Close Parenthesis.

ASCII_ASTERISK

42

Character/glyph byte for Asterisk.

ASCII_PLUS

43

Character/glyph byte for Plus.

ASCII_COMMA

44

Character/glyph byte for Comma.

ASCII_MINUS

45

Character/glyph byte for Minus.

ASCII_PERIOD

46

Character/glyph byte for Period.

ASCII_SLASH

47

Character/glyph byte for Slash.

ASCII_DIGIT0

48

Character/glyph byte for Digit0.

ASCII_DIGIT1

49

Character/glyph byte for Digit1.

ASCII_DIGIT2

50

Character/glyph byte for Digit2.

ASCII_DIGIT3

51

Character/glyph byte for Digit3.

ASCII_DIGIT4

52

Character/glyph byte for Digit4.

ASCII_DIGIT5

53

Character/glyph byte for Digit5.

ASCII_DIGIT6

54

Character/glyph byte for Digit6.

ASCII_DIGIT7

55

Character/glyph byte for Digit7.

ASCII_DIGIT8

56

Character/glyph byte for Digit8.

ASCII_DIGIT9

57

Character/glyph byte for Digit9.

ASCII_COLON

58

Character/glyph byte for Colon.

ASCII_SEMICOLON

59

Character/glyph byte for Semicolon.

ASCII_LESS_THAN

60

Character/glyph byte for Less Than.

ASCII_EQUAL

61

Character/glyph byte for Equal.

ASCII_GREATER_THAN

62

Character/glyph byte for Greater Than.

ASCII_QUESTION

63

Character/glyph byte for Question.

ASCII_AT

64

Character/glyph byte for At.

ASCII_UPPER_A

65

Character/glyph byte for Upper A.

ASCII_UPPER_B

66

Character/glyph byte for Upper B.

ASCII_UPPER_C

67

Character/glyph byte for Upper C.

ASCII_UPPER_D

68

Character/glyph byte for Upper D.

ASCII_UPPER_E

69

Character/glyph byte for Upper E.

ASCII_UPPER_F

70

Character/glyph byte for Upper F.

ASCII_UPPER_G

71

Character/glyph byte for Upper G.

ASCII_UPPER_H

72

Character/glyph byte for Upper H.

ASCII_UPPER_I

73

Character/glyph byte for Upper I.

ASCII_UPPER_J

74

Character/glyph byte for Upper J.

ASCII_UPPER_K

75

Character/glyph byte for Upper K.

ASCII_UPPER_L

76

Character/glyph byte for Upper L.

ASCII_UPPER_M

77

Character/glyph byte for Upper M.

ASCII_UPPER_N

78

Character/glyph byte for Upper N.

ASCII_UPPER_O

79

Character/glyph byte for Upper O.

ASCII_UPPER_P

80

Character/glyph byte for Upper P.

ASCII_UPPER_Q

81

Character/glyph byte for Upper Q.

ASCII_UPPER_R

82

Character/glyph byte for Upper R.

ASCII_UPPER_S

83

Character/glyph byte for Upper S.

ASCII_UPPER_T

84

Character/glyph byte for Upper T.

ASCII_UPPER_U

85

Character/glyph byte for Upper U.

ASCII_UPPER_V

86

Character/glyph byte for Upper V.

ASCII_UPPER_W

87

Character/glyph byte for Upper W.

ASCII_UPPER_X

88

Character/glyph byte for Upper X.

ASCII_UPPER_Y

89

Character/glyph byte for Upper Y.

ASCII_UPPER_Z

90

Character/glyph byte for Upper Z.

ASCII_LEFT_BRACKET

91

Character/glyph byte for Left Bracket.

ASCII_LEFT_SQUARE_BRACKET

91

Character/glyph byte for Left Square Bracket.

ASCII_OPEN_SQUARE_BRACKET

91

Character/glyph byte for Open Square Bracket.

ASCII_OPEN_BRACKET

91

Character/glyph byte for Open Bracket.

ASCII_BACKSLASH

92

Character/glyph byte for Backslash.

ASCII_RIGHT_BRACKET

93

Character/glyph byte for Right Bracket.

ASCII_RIGHT_SQUARE_BRACKET

93

Character/glyph byte for Right Square Bracket.

ASCII_CLOSE_BRACKET

93

Character/glyph byte for Close Bracket.

ASCII_CARAT

94

Character/glyph byte for Carat.

ASCII_UNDERSCORE

95

Character/glyph byte for Underscore.

ASCII_GRAVE

96

Character/glyph byte for Grave.

ASCII_BACK_QUOTE

96

Character/glyph byte for Back Quote.

ASCII_LOWER_A

97

Character/glyph byte for Lower A.

ASCII_LOWER_B

98

Character/glyph byte for Lower B.

ASCII_LOWER_C

99

Character/glyph byte for Lower C.

ASCII_LOWER_D

100

Character/glyph byte for Lower D.

ASCII_LOWER_E

101

Character/glyph byte for Lower E.

ASCII_LOWER_F

102

Character/glyph byte for Lower F.

ASCII_LOWER_G

103

Character/glyph byte for Lower G.

ASCII_LOWER_H

104

Character/glyph byte for Lower H.

ASCII_LOWER_I

105

Character/glyph byte for Lower I.

ASCII_LOWER_J

106

Character/glyph byte for Lower J.

ASCII_LOWER_K

107

Character/glyph byte for Lower K.

ASCII_LOWER_L

108

Character/glyph byte for Lower L.

ASCII_LOWER_M

109

Character/glyph byte for Lower M.

ASCII_LOWER_N

110

Character/glyph byte for Lower N.

ASCII_LOWER_O

111

Character/glyph byte for Lower O.

ASCII_LOWER_P

112

Character/glyph byte for Lower P.

ASCII_LOWER_Q

113

Character/glyph byte for Lower Q.

ASCII_LOWER_R

114

Character/glyph byte for Lower R.

ASCII_LOWER_S

115

Character/glyph byte for Lower S.

ASCII_LOWER_T

116

Character/glyph byte for Lower T.

ASCII_LOWER_U

117

Character/glyph byte for Lower U.

ASCII_LOWER_V

118

Character/glyph byte for Lower V.

ASCII_LOWER_W

119

Character/glyph byte for Lower W.

ASCII_LOWER_X

120

Character/glyph byte for Lower X.

ASCII_LOWER_Y

121

Character/glyph byte for Lower Y.

ASCII_LOWER_Z

122

Character/glyph byte for Lower Z.

ASCII_LEFT_BRACE

123

Character/glyph byte for Left Brace.

ASCII_OPEN_BRACE

123

Character/glyph byte for Open Brace.

ASCII_LEFT_CURLY_BRACE

123

Character/glyph byte for Left Curly Brace.

ASCII_OPEN_CURLY_BRACE

123

Character/glyph byte for Open Curly Brace.

ASCII_LEFT_CURLY_BRACKET

123

Character/glyph byte for Left Curly Bracket.

ASCII_VERTICAL_BAR

124

Character/glyph byte for Vertical Bar.

ASCII_BAR

124

Character/glyph byte for Bar.

ASCII_PIPE

124

Character/glyph byte for Pipe.

ASCII_RIGHT_BRACE

125

Character/glyph byte for Right Brace.

ASCII_CLOSE_BRACE

125

Character/glyph byte for Close Brace.

ASCII_RIGHT_CURLY_BRACE

125

Character/glyph byte for Right Curly Brace.

ASCII_CLOSE_CURLY_BRACE

125

Character/glyph byte for Close Curly Brace.

ASCII_RIGHT_CURLY_BRACKET

125

Character/glyph byte for Right Curly Bracket.

ASCII_TILDE

126

Character/glyph byte for Tilde.

ASCII_PS_CROSS

127

Character/glyph byte for Ps Cross.

ASCII_PS_CIRCLE

128

Character/glyph byte for Ps Circle.

ASCII_PS_SQUARE

129

Character/glyph byte for Ps Square.

ASCII_PS_TRIANGLE

130

Character/glyph byte for Ps Triangle.

ASCII_DPAD_UP

131

Character/glyph byte for Dpad Up.

ASCII_DPAD_DOWN

132

Character/glyph byte for Dpad Down.

ASCII_DPAD_LEFT

133

Character/glyph byte for Dpad Left.

ASCII_DPAD_RIGHT

134

Character/glyph byte for Dpad Right.

ASCII_XB_VIEW

135

Character/glyph byte for Xb View.

ASCII_XB_MENU

136

Character/glyph byte for Xb Menu.

Example

Back to all constant categories.

Last updated