Large Alphanumeric on LCD

Mike

Thanks, I made the change, I also added the punctuation chars, only exclamation and . (period) I wanted period because this will primarily be used for numeric display.
32, 0, 32, 32, 4, 32, // 0x21 !
32, 32, 32, 32, 4, 32, // 0x2E . (period)

If you want to define more of the punctuation please do.

Mark