This cute little (1.44 in display) controller is available on ebay for $12: here, and is perfect for a $10 pi zero (available at adafruit.com).
To create an sd card for this device, follow these steps:
sudo bash cd /boot chmod 777 all.sh ./all.sh
Name | Description |
---|---|
all.sh | Run all the .sh files. Check that user is super user and parameter contains gmail info |
ap.sh | (No longer used because pi should be connected to home router) Create an acccess point with SSID="vehicle1" and password="ABCD1234" |
crontab.sh | Setup the crontab which can run a task every minute |
keyboard.sh | Configure the usb keyboard for US keys |
ssh.sh | Setup the pi for ssh access |
timezone.sh | Set the pi's current timezone to match the user's locations |
Name | Description |
---|---|
watch | A functioning watch, use top button to set hours, middle to set minutes, and bottom button to set seconds |
buttonLineDraw (main.py) | Draw lines and show images based on button presses (pong and tic-tac-toe static screens) |
displayButtons(main.py) | Show images on screen bassed on button presses |