GPC Developer Guides
...
Constants
Zen
ASCII Constants
the below table outlines all of the ascii constants which are defined with value and what character they represent they are generally used with putc oled name character value ascii space 32 ascii exclamation ! 33 ascii double quote " 34 ascii quote " 34 ascii pound # 35 ascii dollar $ 36 ascii percent % 37 ascii ampersand & 38 ascii and & 38 ascii single quote ' 39 ascii apostrophe ' 39 ascii left parenthesis ( 40 ascii open parenthesis ( 40 ascii right parenthesis ) 41 ascii close parenthesis ) 41 ascii asterisk 42 ascii plus + 43 ascii comma , 44 ascii minus 45 ascii period 46 ascii slash / 47 ascii digit0 0 48 ascii digit1 1 49 ascii digit2 2 50 ascii digit3 3 51 ascii digit4 4 52 ascii digit5 5 53 ascii digit6 6 54 ascii digit7 7 55 ascii digit8 8 56 ascii digit9 9 57 ascii colon 58 ascii semicolon ; 59 ascii less than < 60 ascii equal = 61 ascii greater than > 62 ascii question ? 63 ascii at @ 64 ascii upper a a 65 ascii upper b b 66 ascii upper c c 67 ascii upper d d 68 ascii upper e e 69 ascii upper f f 70 ascii upper g g 71 ascii upper h h 72 ascii upper i i 73 ascii upper j j 74 ascii upper k k 75 ascii upper l l 76 ascii upper m m 77 ascii upper n n 78 ascii upper o o 79 ascii upper p p 80 ascii upper q q 81 ascii upper r r 82 ascii upper s s 83 ascii upper t t 84 ascii upper u u 85 ascii upper v v 86 ascii upper w w 87 ascii upper x x 88 ascii upper y y 89 ascii upper z z 90 ascii left bracket \[ 91 ascii left square bracket \[ 91 ascii open bracket \[ 91 ascii backslash \ 92 ascii right bracket ] 93 ascii right square bracket ] 93 ascii close bracket ] 93 ascii carat ^ 94 ascii underscore 95 ascii grave ` 96 ascii back quote ` 96 ascii lower a a 97 ascii lower b b 98 ascii lower c c 99 ascii lower d d 100 ascii lower e e 101 ascii lower f f 102 ascii lower g g 103 ascii lower h h 104 ascii lower i i 105 ascii lower j j 106 ascii lower k k 107 ascii lower l l 108 ascii lower m m 109 ascii lower n n 110 ascii lower o o 111 ascii lower p p 112 ascii lower q q 113 ascii lower r r 114 ascii lower s s 115 ascii lower t t 116 ascii lower u u 117 ascii lower v v 118 ascii lower w w 119 ascii lower x x 120 ascii lower y y 121 ascii lower z z 122 ascii left brace { 123 ascii open brace { 123 ascii left curly brace { 123 ascii open curly brace { 123 ascii left curly bracket { 123 ascii vertical bar | 124 ascii bar | 124 ascii pipe | 124 ascii right brace } 125 ascii close brace } 125 ascii right curly brace } 125 ascii close curly brace } 125 ascii right curly bracket } 125 ascii tilde 126