mirror of
https://github.com/c0de-archive/pixoPython.git
synced 2024-12-21 21:12:39 +00:00
FTP-Server-for-ESP8266-ESP32-and-PYBD@b8d83138f8 | ||
server | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
board.py | ||
helpers.py | ||
license | ||
Pipfile | ||
pixels.py | ||
readme.md | ||
wifi.py |
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:
- Set up the esp-IDF tookchain according to the instructions for micropython. Ensure that you are able to get a python prompt.
- Install Adafruit's ampy. This will be used to access the filesystem on the pixopixel.
git clone https://github.com/alopexc0de/pixoPython.git
License:
MIT, refer to license
for more information