

Uploading Source Code:Ĭonnect ESP32 with Laptop using a USB cable. You can find the total project files on Github. Since the was too long(8959 lines), I was not able to Post here.
Oled 128x64 install#
You can install the libraries from Library Manager itself.
Oled 128x64 code#
You can find the video tutorial at last of the article.īefore going to upload the code Install all the libraries. I have clearly explained the code in the video tutorial. Source Code: Playing Videos on 128X64 OLED Display with ESP32ĭownload the code from below Git hub link for Playing Videos on 128X64 OLED Display with ESP32.

So, we will extract the frames from the video, and play them with very little delay, so that our eye can feel that video is playing. A video is nothing but a Sequence of pictures. If we take a closer look at the display, we can observe that each pixel is nothing but a tiny LED.Īs I have explained in one of my previous Article, We can print anything on this display by glowing the exact pattern of pixels or LEDs and keep the rest of the Pixels in Off state.Ĭoming to playing videos on this display we will use simple logic. Here we are using 128×64 pixels I2C OLED Display, It has a total of 8192 pixels, which can be programmed individually to turn on and off.Īll these pixels are uniformly distributed over the display. Factory configured for SPI protocol (can be easily changed to IIC)įor more information about the SSD1306 OLED Display, check out this datasheet.Module volume ( generous ): 27.0 x 27.0 x 4.1mm.OLED possesses high application potential for virtually all types of displays and is regarded as the ultimate technology for the next generation of flat-panel displays. In contrast to LCD technology, OLED does not require a backlight. OLED (Organic Light-Emitting Diode) is a self light-emitting technology composed of a thin, multi-layered organic film placed between an anode and cathode. The package includes display board, display,4 pin male header pre-soldered to board. The display module can be interfaced with any microcontroller using SPI/IIC protocols. This is a 0.96 inch blue OLED display module. Connecting wires ( Buy Online) 0.96″ I2C OLED Display: 0.96″ OLED 4pin 128X64 Display Module ( Buy Online)Ĥ. PCBway is offering services like PCB prototype, SMD Stencil, PCB assembly, Flexible PCBs & Advanced PCBs.Īt we can get 10 pieces of 2 layered PCBs at just $5 with 24 hours build time.Ģ. This project is sponsored by, PCBWAY is one of the best PCB manufacturers in the current industry.
Oled 128x64 how to#
In this video, we will see how to play videos on OLED Display. Till now we would have seen printing letters, Scrolling text, Decimal, Hexadecimal, Binary numbers, and Different type of shapes on OLED Display.īut what about playing video OLED Display? Sounds interesting right, That’s why I’m here.

In this Tutorial “Playing Videos on 128X64 OLED Display with ESP32”, we will see how to play any videos on OLED Display.

