Posts
All the articles I've posted.
Controlling an OLED display based on the SSD1306 driver using I2C in CircuitPython
Published: at 12:11 PMControlling an OLED display based on the SSD1306 driver using I2C in CircuitPython
Controlling an OLED display with a Raspberry Pi Pico using CircuitPython
Published: at 02:21 AMIn this video, you will learn how to control an OLED display using the Raspberry Pi Pico, which is known for its affordability and ease of use. The main theme revolves around the importance of properly connecting the I2C pins, as they are swapped, and ensuring the correct libraries and font files are installed for successful operation. Additionally, the video provides a step-by-step guide to make the integration smooth and effective, highlighting common pitfalls and how to navigate them. By following along, you will gain valuable practical skills for future electronics projects involving I2C components.
Controlling an OLED display with a Raspberry Pi Pico using MicroPython
Published: at 11:19 AMControlling an OLED display with an SSD1306 driver using I2C on the Raspberry Pi Pico unlocks a world of creative possibilities for users. This content guides viewers through the intricate setup process, emphasizing the importance of GPIO configuration for successful data transfer. The central theme revolves around using MicroPython for effective communication between devices, showcasing how software can overcome hardware limitations. By following the detailed instructions, viewers will learn to visually output pixels, lines, and text on the OLED display seamlessly. Ultimately, this content empowers users, both beginners and advanced, to bring their ideas to life through interactive designs.