From 5088cb4421c37997563140f2caea4dc483fdc3fd Mon Sep 17 00:00:00 2001 From: Garage Tech Date: Wed, 3 May 2017 10:28:21 +0100 Subject: [PATCH] Amended I2C for LM75BD and install URL Changed the I2C address for the LM75BM to 0x48. Changed the install URL and removed recommendations to enable I2C and SPI as it is now done automatically. --- src/en/overlay/papirus-zero.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/en/overlay/papirus-zero.md b/src/en/overlay/papirus-zero.md index c435d8c..a9c5935 100644 --- a/src/en/overlay/papirus-zero.md +++ b/src/en/overlay/papirus-zero.md @@ -72,7 +72,7 @@ pin: mode: input active: low i2c: - '0x4B': + '0x48': name: Temperature Sensor device: LM75BD --> @@ -91,7 +91,5 @@ Unlike conventional displays, ePaper reflects light, and is capable of holding t To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sSL https://goo.gl/i1Imel | sudo bash +curl -sSL https://pisupp.ly/papiruscode | sudo bash ``` - -Before using PaPiRus, do not forget to enable the SPI and I2C interfaces!