000 - Using Python to convert BMP file into Nokia 5110 screen format & upload into STM32F1 example

Опубликовано: 07 Октябрь 2024
на канале: WeeW - Stack
3,491
42

Welcome to the WeeW - Stack

Welcome to this new video for the Python program, where the code is from scratch.

Download the code for the python BMP converter on Github : https://github.com/weewStack/Python-p...

Link for STM32F1 tutorial:    • STM32F1 Tutorial  

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


This video has the following topic:

Converting BMP file to n5110 screen format using STM32F1 and SPI advanced strategy for the communication and manage the how to show strings, graphics and animations

This tutorial is divided to 5 steps and the topic will be as bellow:

1- Background & Expected output data

2- Review of BMP file structure

3- Going through the file & extract data

4- Generate the file

5- Image upload & test (using Python)