Note

Hello, welcome to the SunFounder Raspberry Pi & Arduino & ESP32 Enthusiasts Community on Facebook! Dive deeper into Raspberry Pi, Arduino, and ESP32 with fellow enthusiasts.

Why Join?

  • Expert Support: Solve post-sale issues and technical challenges with help from our community and team.

  • Learn & Share: Exchange tips and tutorials to enhance your skills.

  • Exclusive Previews: Get early access to new product announcements and sneak peeks.

  • Special Discounts: Enjoy exclusive discounts on our newest products.

  • Festive Promotions and Giveaways: Take part in giveaways and holiday promotions.

👉 Ready to explore and create with us? Click [here] and join today!

Lesson 26: Drawing a Circle on the OLED 1306 Display

This tutorial covers drawing shapes on an OLED display using the Raspberry Pi Pico W:

  • Introduction: Focuses on drawing a circle on an OLED display using the Raspberry Pi Pico W.

  • Recap and Setup: Reviews using the OLED display and setting up the SSD1306 library.

  • Drawing a Circle: Explains using trigonometric functions to calculate x and y positions, and provides a code example to draw a circle.

  • Enhancing the Circle Drawing: Demonstrates drawing a filled circle and an arc by adjusting radii and angles.

  • Practical Demonstration: Shows the circle and filled circle on the OLED, optimizing drawing speed.

  • Homework Assignment: Task to create a “floating potato chip” shape on the OLED display.

Video