Arduino, processing and LCD screen

Hello everybody. I was doing some research on the net (doing some work for my training at university) and I thought of a small project that involves a load cell and arduino. Omitting all the circuital part (that is working properly), I succeeded in creating a serial communication between Arduino and Processing to view my data measurements in real-time. The question is, would it be possible to visualize the window of the plot made with Processing in an lcd screen? Any help would be really helpful. Thanks to anybody.

Answers

  • If I got you right and you have a TFT LCD, you may want to check this library for Arduino. It would help to create your visualization in processing-like style directly on Arduino. I don't know if it is possible to transfer visual data from processing window to lcd.

Sign In or Register to comment.