MENU

Fun & Interesting

OLED bitmaps with any PIC microcontroller

Herr Technik 45 2 days ago
Video Not Working? Fix It Now

Hello! I'm Herr Technik and in this video I am going to walk you through the process of generating a bitmap from a normal image that can be printed on a monochromatic OLED screen. This is a very important application because you can create GUI's or animations with low-end microcontrollers. This video is relevant because there are other drivers for much more powerful, albeit expensive microcontrollers such as the PIC18F4550, and these drivers cannot be used with these low-end microcontrollers. This is a efficient way of achieving the same functionality within a tight budget. Link to GitHub: https://github.com/HerrFrancis/PIC-OLED-BITMAP You can safely execute the .exe file, it's not a virus, trust me, but in case you don't trust me or you are just curious about how this program works, the .cpp file and the whole VS Code project are also available in the GitHub repository. #oleddisplay #oledscreen #oled #microcontroller #english #cprogramming

Comment