/stm32_lcd_game

amazing video 1-button video game

Primary LanguageC

stm32_lcd_game

Small game for STM32. Used NUCLEO-F446RE.

Amazing features such as lives, score and 1 button.


gameplay


As seen in the gameplay (if you can see it!), controls are bit janky. Main goal was to get used to and experiment with the STM32 software, so i will overlook that for now. Also doesn't make proper use of the HD44780 LCD controller instruction set. More serious approach can be found here.

Most files are generated with STM32CubeMX.
Custom I2C logic for screen written in Core/Src/lcd.c.
Custom game logic in Core/Src/game.c.

Circuit

circuit

(PA8 is D7 on NUCLEO-F446RE board.)