gitextract_fwat9f3h/ ├── .gitignore ├── API/ │ ├── NewConvert/ │ │ └── NewConvert.py │ ├── Serverless/ │ │ ├── app.py │ │ ├── requirements.txt │ │ └── serverless.yml │ ├── convert.py │ ├── convertAPI.py │ ├── screen.py │ └── sender.py ├── Arduino/ │ ├── HardwareTest/ │ │ ├── DivSpeedtest/ │ │ │ └── DivSpeedtest.ino │ │ ├── FreeRTOS/ │ │ │ └── FreeRTOS.ino │ │ ├── ImgDivSpeedtest/ │ │ │ ├── ImgDivSpeedtest.ino │ │ │ └── webpage.h │ │ ├── JPEGDEC/ │ │ │ └── JPEGDEC.ino │ │ ├── MultiThreadDivSpeedtest/ │ │ │ └── MultiThreadDivSpeedtest.ino │ │ ├── NeoPixelBitmap/ │ │ │ └── NeoPixelBitmap.ino │ │ ├── NeoPixelFunLoop/ │ │ │ └── NeoPixelFunLoop.ino │ │ ├── NeoPixelRainbow/ │ │ │ └── NeoPixelRainbow.ino │ │ ├── NeoPixelStatic/ │ │ │ └── NeoPixelStatic.ino │ │ ├── SDMMC_Test/ │ │ │ └── SDMMC_Test.ino │ │ ├── TCPReceive/ │ │ │ └── TCPReceive.ino │ │ ├── UDPReceive/ │ │ │ └── UDPReceive.ino │ │ ├── WebServer/ │ │ │ ├── WebServer.ino │ │ │ └── data/ │ │ │ ├── .exclude.files │ │ │ └── index.htm │ │ └── strandtest/ │ │ └── strandtest.ino │ └── bbPOV-P/ │ ├── bbPOV-P.ino │ ├── webpage.h │ └── webpage.html └── README.md