Mini Commodore Pet for Raspberry Pi Zero W

This post is basically a revision of the https://commodorepetmini.com/ site which is great for getting started. Please review that site first for a lot more details. This is only going to be taking that and modifying it slightly to use a Raspberry Pi Zero.

To begin we need a raspberry pi zero w.

Next we need to modify the current stl file so we can fit the Raspberry Pi zero in it. The https://commodorepetmini.com/ site used a Raspberry Pi 3

Make sure you are using the correct version of the Screen the link below is what I used.

https://www.waveshare.com/2.8inch-rpi-lcd-a.htm

https://www.waveshare.com/wiki/2.8inch_RPi_LCD_(A)

When installing the software use the correct version of the show files. I used v2

git clone https://github.com/waveshare/LCD-show.git
cd LCD-show/

Note: The Raspberry Pi must be connected to the network, or else the touch driver won’t be successfully installed.

chmod +x LCD28-show
If it is an old version, execute the following code:
sudo ./LCD28-show
If it is a new version, execute the following code:
sudo ./LCD28-show-V2

3D print file

These are the updated base and monitor files I used. This will allow for a Raspberry Pi Zero mount in the back.

Possible Errors
If you see this error this is caused most likely by the theme. Change the theme to simple or carbon and this will go away.