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.
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
cncjs-pi-raspbian/cncjs_install.sh
Line 798 in 1e2238f
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
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):
- Installed 3.5inch RPi LCD
git clone https://github.com/waveshare/LCD-show.git
cd LCD-show/
chmod +x LCD35-show
./LCD35-show
- 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:
- Install w/ cncjs-pi-raspbian script
- 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