Learn electronics, coding, and projects — step by step.

Series: MicroPython TechNotes

011 - MicroPython TechNotes: 1.3 OLED Display

George Bantique February 10, 2021 No Comments

In this tutorial, we will look at 1.3 inch OLED display using MicroPython. It uses an SH1106 driver chip. It has a monochrome display resolution which is 128×64 pixels.


Read more 011 - MicroPython TechNotes: 1.3 OLED Display

008 - MicroPython TechNotes: 16x2 LCD

George Bantique January 30, 2021 18 Comments

In this article, we will look at LCD. We will also learn on how to use it using the MicroPython language. LCD stands for Liquid Crystal Display. What I have is 16×2 LCD with Gorilla Cell LCD module which uses i2c protocol to simplify wiring connection.


Read more 008 - MicroPython TechNotes: 16x2 LCD