You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firt of all, nice project, helps me alot,
second sorry for my bad english ;)
Is it possible to init the display without clearing it?
Im trying to use a script though shell_exec(php), shell and node.js written in js, to display text.
So I call the script from some places and always reinit the display.
I want to display text in the first line from php
and write in the second line from shell.
But every time I call the script the display gets init and cleared :/
The text was updated successfully, but these errors were encountered:
To use an lcd display from two different processes it would be better to create a third process in Node.js which the other two processes could talk to. The Node.js process could be a simple http server that processes requests from the other two. Something like tiny-router could be used to acheive this.
hey,
firt of all, nice project, helps me alot,
second sorry for my bad english ;)
Is it possible to init the display without clearing it?
Im trying to use a script though shell_exec(php), shell and node.js written in js, to display text.
So I call the script from some places and always reinit the display.
I want to display text in the first line from php
and write in the second line from shell.
But every time I call the script the display gets init and cleared :/
The text was updated successfully, but these errors were encountered: