This is the source for a Java frontend to ease the configuration and programming of the ESPixelStick firmware. It is designed to run on Windows, Linux, and MacOS, utilizing the Python based esptool for flashing and pre-compiled binaries from the mkspiffs project for filesystem creation. It also utilizes the jSerialComm library for serial communications, and gson for processing JSON.
- mkspiffs - MIT
- esptool - GPL v2
- jSerialComm - GPL v3
- gson - Apache 2.0