Skip to content

Instantly share code, notes, and snippets.

@kiote
Last active August 21, 2018 10:57
Show Gist options
  • Save kiote/c986c4b7c9aaddb3474ae6e67686b100 to your computer and use it in GitHub Desktop.
Save kiote/c986c4b7c9aaddb3474ae6e67686b100 to your computer and use it in GitHub Desktop.
rasbery pi commands

Play sound

aplay test.wav

Record sound

arecord -D plughw:1,0 -d 3 test.wav

Rotate screen

vi /boot/config.txt
dtoverlay=tft35a:rotate=270

Use 3.5 screen

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

Use camera to capture image

fswebcam -r 1280x720 --no-banner image.jpg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment