106-STM32F1 OLED Display Library: Display and scroll Text, Picture and control animation

Опубликовано: 05 Октябрь 2024
на канале: WeeW - Stack
7,241
152

Hi WeeWs

Welcome to this new video for the STM32 microcontroller libs, where we have a quick hand on and example of the code that we made from scratch.

Download the video code on Github: https://github.com/weewStack/STM32_libs

This tutorial shows how to quickly how to setup the 64 x 128 OLED Screen using the STM32F1 (AKA blue Pill) library with a dynamic example to show how simple and easy to use it.

The examples shared within the users will help him to quickly :

Display text

-Add and Display picture into OLED

Scrolling long text

-Creat simple animations

To get further details about the used libraries in the following example, you can take a look to the following links:

012 - STM32F1 GPIO INPUT OUTPUT LIBRARY FROM SCRATCH:    • 012 -  STM32F1 GPIO INPUT OUTPUT LIBR...  

020 - STM32F1 DELAY FUNCTION & SYSTICK :    • 020 - STM32F1 DELAY FUNCTION &  SYSTICK  

060 - STM32F1 I2C communication introduction and Peripheral Setup from scratch + Signal analysis:    • 060 - STM32F1 I2C communication intro...  

061 - I2C communication example: OLED Screen Introduction, Setup and Display using code from scratch:    • 061 - I2C communication example: OLED...  

062 - I2C communication example: OLED Advanced strategy: Adding pictures, animation and full 2D motion:    • 062-I2C communication example: OLED A...  

Enjoy