C# way to convert char into 8x8 binary
c#, led, mobile, string, windows
Solution
and I found this
http://www.codeproject.com/KB/miscctrl/LedDisplay.aspx
Problem
Can you help me look for a way to convert char into 8x8 binary (am not sure how to call it) like for example an "A" ``` 00011000 00100100 00100100 01000010 01111110 10000001 10000001 10000001 ``` am actually doing this manually :( suggestions are still open :D EDIT: Anyway, if you guys are wondering what am trying to do. Am trying to make this LED Wave Display. But since I don't have a computer interfacing knowledge. I just want to try it in Windows Mobile. LOL