Playlist of other Pico videos and projects:
• Pico 2 Projects
In this tutorial, I'll show you how you can use an OLED screen with a Raspberry Pi Pico 2. This also covers the W versions of both Pico models.
The video includes three examples, the first will simply show "Hello World!" on the screen. The second will get the temperature from the onboard sensor and then show it in both celsius and fahrenheit.
The last example will display an image of Pacman on the screen, along with some dots to mimic the character in the game.
I'll be using VS Code as my code editor but you can follow along if you use Thonny instead.
This video is designed for beginners who are new to the Pico series of microcontroller solutions. Pleae feel free to have a look at some of my other Pico videos for other project ideas.
Link to SSD1306 GitHub Repo: https://github.com/PerfecXX/MicroPyth...
Code on GitHub: https://github.com/York13Pud/pico-cod...
Timestamps:
00:00 Introduction
00:30 What You'll Need
01:16 Wiring Diagram
02:01 Example One - Display Hello World
05:40 Example Two - Display Current Temperature
09:28 Example Three - Display Image
#python #tutorial #programming #howto #raspberrypi