Paulware / piHatWirelessController

Scripts to configure 1.44 inch display with buttons
2 stars 1 forks source link


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:

Description of .sh files

NameDescription
all.shRun 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.shSetup the crontab which can run a task every minute
keyboard.shConfigure the usb keyboard for US keys
ssh.shSetup the pi for ssh access
timezone.shSet the pi's current timezone to match the user's locations

Description of examples

NameDescription
watchA 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
email:paulware@hotmail.com