Skip to content

KellnMar/WordClock-Python2.7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For "raspberry zero w" with python2.7

Update software

  sudo apt-get update

Install necessary packets

  sudo apt-get install gcc make build-essential python-dev git scons swig
  sudo reboot

ws2812 lib install

  sudo apt-get update
  git clone https://github.com/jgarff/rpi_ws281x
  cd rpi_ws281x/
  sudo scons
  cd python
  sudo python setup.py build
  sudo python setup.py install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages