• help - Programmable LCD
    7 replies, posted
Hello guys i need your help please i need a programmable LCD (( i can program it using assembly or C )) for my senior Design Project . which also can be connected to external camera and has a processor which i can program . thank you :)
Probably the best thing you can do is get a Raspberry Pi and one of those little USB LCD screens.
[QUOTE=Trekintosh;42361127]Probably the best thing you can do is get a Raspberry Pi and one of those little USB LCD screens.[/QUOTE] That or an ardunio or something. I used a raspberry pi to make a keypad entry into my dormroom but I had to buy an extension that basically made it able to use ardunio inputs.
[QUOTE=QuikKill;42364583]That or an ardunio or something. I used a raspberry pi to make a keypad entry into my dormroom but I had to buy an extension that basically made it able to use ardunio inputs.[/QUOTE] I don't think an Arduino can process camera data to an external display, or I would have recommended it. I'd use an RPi with a cheap webcam and an equally cheap display. You can run it headless and have it boot straight to whatever utilities you need.
[QUOTE=Trekintosh;42361127]Probably the best thing you can do is get a Raspberry Pi and one of those little USB LCD screens.[/QUOTE] can i do basic image processing on it ? ex: taking an image from the camera and add some labels to the image on the LCD ? [editline]1st October 2013[/editline] [QUOTE=QuikKill;42364583]That or an ardunio or something. I used a raspberry pi to make a keypad entry into my dormroom but I had to buy an extension that basically made it able to use ardunio inputs.[/QUOTE] can i do basic image processing on it ? ex: taking an image from the camera and add some labels to the image on the LCD ?
Yes you can. Get the rpi, I misread the last line of the op.
[QUOTE=Gilgamesh_Z;42368149]can i do basic image processing on it ? ex: taking an image from the camera and add some labels to the image on the LCD ? [editline]1st October 2013[/editline] can i do basic image processing on it ? ex: taking an image from the camera and add some labels to the image on the LCD ?[/QUOTE] Yes, very easily. Are you using it for video or still images?
i need it to manipulate a video (( in real time )) i will explain my application : i need to show a real time video on the LCD + adding some text to the screen at the same time which contains a related information to the video .
Sorry, you need to Log In to post a reply to this thread.