Skip to content

zofja/stm32-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Animation

Creating animation using bare-metal STM32 programming.

Hardware

  • NUCLEO-F411RE microcontroller
  • LCD screen
  • Rotary encoder

File structure

  • animation module:
    1. encoder handles encoder interrupts
    2. frames stores buffer with animation frames
    3. screen configures LCD screen
  • spi module:
    1. spi_config configures SPI3
    2. spi_write provides SPIwrite(...) function to initialize SPI3 transfer
  • timer module:
    1. tim_config configures TIM3 for encoder

About

Animation using bare-metal STM32 programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published