Skip to content

Commit d51ffa3

Browse files
authored
Update Readme for V0.2
1 parent 5c17d51 commit d51ffa3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ Nextion Screen => NodeJS => NanoDLP
55
## Require
66

77
- NanoDLP installed on a raspbery pi (2, 3, zero,...)
8-
- A 2,4" nextion screen (or an higher size, but you'll have to update the HMI file,...)
8+
- A Nextion screen (Enhanced or not, 2.4", 3.2", 3.5", 5" or an other size, but you'll have to update the HMI file for now)
99

1010

1111
## Hardware installation
1212
- Connect the raspberry pi to the nextion screen through the Serial GPIO's :
1313

1414
![hardware.jpg](hardware.jpg)
1515

16-
- put the .tft file on a micro sd card, and plug it in the nextion screen. Power the raspberry pi and the Nextion screen'll automatically update its firmware with the good one (the screen'll go blank with status updating in red). You can then remove the micro sd card from the Nextion Screen (you can use the raspberry pi sd card!)
16+
- put the corresponding .tft file on a micro sd card, and plug it in the nextion screen. Power the raspberry pi and the Nextion screen'll automatically update its firmware with the good one (the screen'll go blank with status updating in red). You can then remove the micro sd card from the Nextion Screen (you can use the raspberry pi sd card!)
1717

1818
## MANDATORY : Enable /dev/ttyAMA0 For Raspberry Pi Zero and Raspberry Pi 3
1919
sudo raspi-config
@@ -46,9 +46,9 @@ Nextion Screen => NodeJS => NanoDLP
4646

4747
On Raspberry pi zero, run :
4848

49-
mkdir /home/pi/nextion;(wget https://github.com/Tibus/TouchScreen-For-NanoDLP/releases/download/V0.1/pizero.tar.gz --no-check-certificate -O - | tar -C /home/pi/nextion -xz);cd /home/pi/nextion; sudo ./setup.sh
49+
mkdir /home/pi/nextion;(wget https://github.com/Tibus/TouchScreen-For-NanoDLP/releases/download/V0.2/pizero.tar.gz --no-check-certificate -O - | tar -C /home/pi/nextion -xz);cd /home/pi/nextion; sudo ./setup.sh
5050

5151
On Raspberry pi 2-3, run :
5252

53-
mkdir /home/pi/nextion;(wget https://github.com/Tibus/TouchScreen-For-NanoDLP/releases/download/V0.1/pi2_3.tar.gz --no-check-certificate -O - | tar -C /home/pi/nextion -xz);cd /home/pi/nextion; sudo ./setup.sh
53+
mkdir /home/pi/nextion;(wget https://github.com/Tibus/TouchScreen-For-NanoDLP/releases/download/V0.2/pi2_3.tar.gz --no-check-certificate -O - | tar -C /home/pi/nextion -xz);cd /home/pi/nextion; sudo ./setup.sh
5454

0 commit comments

Comments
 (0)