I’d like to use a LCD DISPLAY using C#, while I was searching I realized several persons uses PICS to do this, I just want to know if this is possible using this language?
And if it’s possible, some information related to this.c
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, this is possible. Note that ideally you’ll want to use an LCD with a parallel controller.
This project is an example of exactly what you describe:
http://www.codeproject.com/Articles/5081/I-O-Ports-Uncensored-Part-2-Controlling-LCDs-Liqui
The author suggests some LCD modules that will work in this scenario.