In this article, I would like to share to you the results of my exploration with the basic GPIO of the Raspberry Pi Pico using the MicroPython language.
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.
In this article, we will look at 0.96 OLED display using the MicroPython language. OLED stands for Organic Light Emitting Diode is a self-illuminating so backlight is not needed and more power efficient.
I just received my Raspberry Pi Pico which I purchased in our local online store and I am so excited to try it out the moment I received it.
And just after a minute or two, I am able to make the most popular Hello world of embedded electronics which is the blinking of the LED. So, I decided to create a tutorial on how easy it is to get started with Raspberry Pi Pico using MicroPython language. I divided this tutorial into 3 simple steps. So, without further delays, lets get started.