Go to file
David Todd 765de261e8 Specification work 2018-10-30 02:24:18 -05:00
server Specification work 2018-10-30 02:24:18 -05:00
.editorconfig Initial Commit 2018-09-27 19:54:04 -05:00
.gitignore Initial Commit 2018-09-27 19:54:04 -05:00
license Initial Commit 2018-09-27 19:54:04 -05:00
readme.md Add some getting started instructions 2018-09-27 20:09:46 -05:00

readme.md

PixoPython

This is a project that aims to serve as a general purpose API server/client that drives the 16x16 RGB LED matrix of the pixopixel, except implemented in micropython

Getting Started:

  1. Set up the esp-IDF tookchain according to the instructions for micropython. Ensure that you are able to get a python prompt.
  2. Install Adafruit's ampy. This will be used to access the filesystem on the pixopixel.
  3. git clone https://github.com/alopexc0de/pixoPython.git

License:

MIT, refer to license for more information