Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init without clear display #10

Closed
CK90 opened this issue Sep 5, 2014 · 2 comments
Closed

Init without clear display #10

CK90 opened this issue Sep 5, 2014 · 2 comments
Labels

Comments

@CK90
Copy link

CK90 commented Sep 5, 2014

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 :/

@fivdi
Copy link
Owner

fivdi commented Sep 5, 2014

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.

@fivdi fivdi added the wontfix label Jan 10, 2015
@fivdi
Copy link
Owner

fivdi commented Jan 10, 2015

Closing this issue as wontfix.

@fivdi fivdi closed this as completed Jan 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants