wiki:HardwareUsersGuides/UserIOBoard_v1.0/LCD

Version 2 (modified by murphpo, 16 years ago) (diff)

--

WARP User I/O Board LCD Screen

The user I/O board display is a module which combines a 132x132 LCD panel and a dedicated controller. The on-board controller provides a standard SPI interface for user applications.

The LCD module is provided by SparkFun Electronics. SparkFun also hosts a copy of the datasheet for the on-board LCD controller.

Using the Display

Supported ASCII Characters

Hex Dec Character
032 040 SP (Space)
033 041 ! (exclamation point)
034 042 " (double quote)
035 043 # (number sign)
036 044 $ (dollar sign)
037 045 % (percent)
038 046 & (ampersand)
039 047 ' (single quote)
040 050 ( (open parenthesis)
041 051 ) (closing parenthesis)
042 052 * (asterisk)
043 053 + (plus)
044 054 , (comma)
045 055 - (dash)
046 056 . (dot)
047 057 / (forward slash)
048 060 0
049 061 1
050 062 2
051 063 3
052 064 4
053 065 5
054 066 6
055 067 7
056 070 8
057 071 9
058 072 : (colon)
059 073 ; (semi-colon)
060 074 < (less than)
061 075 = (equal sign)
062 076 > (greater than)
063 077 ? (question mark)
064 100 @ (AT symbol)
065 101 A
066 102 B
067 103 C
068 104 D
069 105 E
070 106 F
071 107 G
072 110 H
073 111 I
074 112 J
075 113 K
076 114 L
077 115 M
078 116 N
079 117 O
080 120 P
081 121 Q
082 122 R
083 123 S
084 124 T
085 125 U
086 126 V
087 127 W
088 130 X
089 131 Y
090 132 Z
091 133 [ (opening bracket)
092 134 \ (back slash)
093 135 ] (closing bracket)
094 136 (caret)
095 137 _ (underscore)
096 140 ` (back tick)
097 141 a
098 142 b
099 143 c
100 144 d
101 145 e
102 146 f
103 147 g
104 150 h
105 151 i
106 152 j
107 153 k
108 154 l
109 155 m
110 156 n
111 157 o
112 160 p
113 161 q
114 162 r
115 163 s
116 164 t
117 165 u
118 166 v
119 167 w
120 170 x
121 171 y
122 172 z
123 173 { (opening brace)
124 174 | (vertical bar)
125 175 } (closing brace)
126 176 ~ (tilde)