File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments