Skip to content

gohierf/utils_raspberry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

RASPBERRY UTILS

This is collection of scripts for use with Raspberry.

It has been designed an tested with:

  • Raspberry PI 4, 4GB RAM
  • Raspbian 04/2020, 32bits armhf
  • Waveshare 15.6" touchscreen

Screen orientation

In order to have a widget to rotate the screen the following files have been implemented:

  • toggle-orientation.sh

To install create the folowing links (assuming you clone :

sudo ln -sf ${PWD}/toggle-orientation.sh /usr/bin/

Install VSCODE

Official VSCODE installation via snap is only available for 64bits arm64 architecture.

For 32bits armhf architecture follow these instructions: https://pimylifeup.com/raspberry-pi-visual-studio-code/

wget https://packagecloud.io/headmelted/codebuilds/gpgkey -O - | sudo apt-key add -
curl -L https://raw.githubusercontent.com/headmelted/codebuilds/master/docs/installers/apt.sh | sudo bash

About

Utility scripts for Raspberry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages