Tibus / TouchScreen-For-NanoDLP

Nextion Touch Screen => NodeJS => NanoDLP By Mango3D
http://fb.com/mango3dslicer
MIT License
79 stars 74 forks source link

3.2_Enhanced Does Not Match #24

Open ezryder645 opened 5 years ago

ezryder645 commented 5 years ago

Put the 3.2_enhanced.tft on the SD card and when booted got the error message:" Model does not match Device Model: NX4024K032_011R " Any idea what might be happening here?

SteBuTOS commented 5 years ago

Try 3.2.tft. Your screen might not be the enhanced version.

ezryder645 commented 5 years ago

Thanks! I tried both and didn't work, but I rebuilt the ui in Nextion editor from the hmi file and it worked. Now it boots the main page but the buttons don't seem to work

HacknaTon commented 5 years ago

sudo wget https://github.com/SteBuTOS/TouchScreen-For-NanoDLP/archive/v0.3.tar.gz --no-check-certificate -O - | sudo tar -C /home/pi/nextion -xz

sudo cp /home/pi/nextion/TouchScreen-For-NanoDLP-0.3/. /home/pi/nextion/. -rv

sudo rm -r /home/pi/nextion/TouchScreen-For-NanoDLP-0.3

sudo npm i ip

sudo npm i drivelist

sudo npm i child_process

sudo shutdown -r now

do that ;)