Hey there!
I was wondering if its possible to display a program i wrote in processing onto a LCD screen and if so how would accomplish doing so?
Thank you!
Hey there!
I was wondering if its possible to display a program i wrote in processing onto a LCD screen and if so how would accomplish doing so?
Thank you!
You could send serial data to an Arduino from Processing and have the Arduino, connected to the LCD, display your data.
But the whole point of using processing is too have a nice display that i can interact with, not just a display of the serial monitor
lele_gricc:
But the whole point of using processing is too have a nice display that i can interact with, not just a display of the serial monitor
Interacting may... be possible as well, but you'll need to design&program that part in your arduino&processing-sketches.
Keep in mind it will involve a lot of work to scroll in files, edit lines, send/retrieve/save files, create a user interface, etc.
It will be quite a challenge since arduino microcontrollers have very little ram available.
I'd concentrate on the parts you need for roomautomation only. It's use full to be able to change settings, for example to in-/de-crease roomtemperature, change clocksettings etc. with the arduino, without having to use a pc. It's quite easy to interact with/edit sketches (arduino/processing) on your PC already and you probably won't be writing a lot of updates of programs once your project is finished as well.