benpicco / blinkendisplay

Simple ESP8266/Arduino project for driving a LED Matrix made from a strip of WS2812B LEDs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple project for driving a strip of serial LEDs with an esp8826 using the Adafruit_GFX library.

Modules used:

Building

  • run ./prepare.sh to set up submodules and toolchain (only needed once)
  • run make upload to build the project and flash the esp8826

This project will simply connect to the WiFi network specified in main.ino and display the IP address it got once it's connected.

About

Simple ESP8266/Arduino project for driving a LED Matrix made from a strip of WS2812B LEDs


Languages

Language:C++ 93.7%Language:Makefile 3.7%Language:C 1.4%Language:Shell 1.2%