An open source POV display with 128 pixels resoultion and a maximum frame rate of 20FPS. This display is capable of displaying images as well as animation. The display is built around the ESP32 SoC, and used 74HC595 shift registers for controlling each pixels. We have also created a web tool, which will convert each image into a an array that only need approximately 2Kb of code space for each image. This makes it so that it can be easly integrate multiple number of images into the code without worrying about storage limitation.