cncjs/cncjs-pi-raspbian

LCD3.5 RPI3

RemyFr opened this issue · 7 comments

Hello,

First thank you for your fantastic work.

I am trying to install CNCJS in my RPI3 to use it with a GPIO LCD 3.5 (the display works fine).

I followed the instructions (install raspbian lite and the CNCJS), during the installation i choosed in the menu TinyWebPendant, after rebooting CNCJS worked (no curser for the mouse). Then i install the display with the console, reboot, LCD detected but CNCJS dont boot. Here a photo of my screen.

tva7w-ttvjg

Have you issues ? Did i made something wrong ?

Sorry for my bad english.
Rémy

The no cursor issue is because I left the nocursor flag in the startx -- -nocursor command of ~/.bashrc

[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx -- -nocursor

I will make this optional in future release, for know you can remove '-- -nocursor' from the Start Web Kiosk line [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx -- -nocursor in the ~/.bashrc file.


The UI not booting could be an issue with GPIO LCD 3.5 screen.
Please send me a link to the screen and script you ran for the screen, I will try to test screen.

Thanks for the replie.

My lcd is an old version of Landzo product (can't link).

The script i used :

sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./LCD35-show

Regards,

Remy

If this can help you i have a photo :
t8qj3-btpdh

Cool, I have one of similar build and will test.

Testing with the following on Pi2B (all I have thats not in use at the moment):

  1. Installed 3.5inch RPi LCD
git clone https://github.com/waveshare/LCD-show.git
cd LCD-show/
chmod +x LCD35-show
 ./LCD35-show
  1. Ran the CNCjs Install Script.

Hello,

Sorry for the late reply,

Your script for the LCD works (i think it is better than the first i used) however i have the same errors displayed.

Regards.

Just testing with the latest scrip. Seems like everything worked.

Try:

  1. Install w/ cncjs-pi-raspbian script
  2. Install Screen with commands noted below.
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./LCD35-show