https://github.com/defective4/bad-apple-pi
Bad Apple!! played on a 16 x 2 character LCD display with a Raspberry Pi
https://github.com/defective4/bad-apple-pi
Last synced: about 1 year ago
JSON representation
Bad Apple!! played on a 16 x 2 character LCD display with a Raspberry Pi
- Host: GitHub
- URL: https://github.com/defective4/bad-apple-pi
- Owner: Defective4
- License: mit
- Created: 2024-09-24T17:20:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-25T09:06:09.000Z (over 1 year ago)
- Last Synced: 2025-03-28T06:51:37.695Z (about 1 year ago)
- Language: Java
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bad Apple!! on a 16x2 LCD Display
[](https://www.youtube.com/watch?v=lI8jfwCPBJM&feature=youtu.be)
## How to run
### Requirements
Hardware:
- A Raspberry Pi device (tested on 3B)
- A HD44780 with a I2C converter
Software:
- Git
- Maven
- Java 17+
### Running
1. Clone the repository
```bash
git clone https://github.com/defective4/bad-apple-pi.git
```
2. Run the code
```bash
cd bad-apple-pi
sudo mvn compile exec:java
```
Note that you need to use `sudo`!