This project uses a 1.44-inch LCD HAT with a Raspberry Pi.
(Amazon affiliate links)
-
OS install:
- Install Raspberry Pi OS Lite (64-bit) on your Raspberry Pi
- Install Raspberry Pi OS Lite (64-bit) on your Raspberry Pi
-
Enable SPI & I2C:
- Open a terminal on your Raspberry Pi.
- Run
sudo raspi-config - Navigate to Interfacing Options -> SPI -> Enable.
-
Python libraries:
- sudo apt-get update -y
- sudo apt-get install python3-pip -y
- sudo apt-get install python3-pil -y
- sudo apt-get install python3-numpy -y
- sudo apt-get install python3-spidev -y
-
Connect 1.3inch LCD HAT to Raspberry Pi:
- Connect the 1.44inch LCD HAT to your Raspberry Pi.
- Connect the UPS Hat for continuous power supply. This will allow you to move the project anywhere without worrying about power interruptions.
- Connect the 1.44inch LCD HAT to your Raspberry Pi.
-
Clone the repository:
sudo apt install git -y git clone https://github.com/frogCaller/1.44in-LCD.git cd 1.44in-LCD
- Start typing with:
- Run the script:
python3 type.py
- Run the script:
Common Issues:
- Ensure SPI & I2C are enabled in the Raspberry Pi configuration.
- Check all connections if the screen does not display anything.
- Verify all required packages are installed correctly.
- More Info
