Skip to content

Commit 6eb7fe3

Browse files
committed
Greatly simplified setup for Raspberry Pi OS
1 parent 2d06f49 commit 6eb7fe3

2 files changed

Lines changed: 9 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2021-12-29
2+
3+
* Updated instructions for Raspberry Pi OS Bullseye
4+
* Removed some dependencies that aren't needed anymore!
5+
* Replace Inkscape with CairoSVG
6+
* Updated Google Calendar instructions
7+
18
## 2021-10-29
29

310
* Bug fix - Outlook calendar entries will now show in local time, instead of UTC.

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,11 @@ Connect the ribbon from the epaper display to the extension. To do this you wil
4646
## Setup dependencies
4747

4848
sudo apt update && sudo apt upgrade
49-
sudo apt install git fonts-wqy-zenhei fonts-wqy-microhei python3 python3-pip inkscape figlet pigpio python3-pigpio
50-
sudo pip3 install python-dateutil astral spidev RPi.GPIO Pillow
51-
sudo pip3 install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib msal
49+
sudo apt install git python3 python3-pip cairosvg pigpio python3-pigpio
50+
sudo pip3 install python-dateutil astral spidev RPi.GPIO Pillow google-api-python-client google-auth-httplib2 google-auth-oauthlib msal
5251
sudo sed -i s/#dtparam=spi=on/dtparam=spi=on/ /boot/config.txt #This enables SPI
5352
sudo reboot
5453

55-
### Get the BCM2835 driver
56-
57-
cd ~
58-
wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.58.tar.gz
59-
sudo tar zxvf bcm2835-1.58.tar.gz
60-
cd bcm2835-1.58/
61-
sudo ./configure
62-
sudo make
63-
sudo make check
64-
sudo make install
65-
6654
## Using this application
6755

6856
### Clone it

0 commit comments

Comments
 (0)