hjl240 / STM32DinoGame

基于stm32的谷歌小恐龙游戏(Google Chrome's Dino Game on STM32)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

基于stm32的谷歌小恐龙游戏(Google Chrome's Dino Game on STM32)

元件清单 (components list)

  • stm32f103c8t6
  • OLED ssd1306 (128*64)
  • 2个按键(2 button)

使用说明 (usage)

  • 使用STM32CubeIDE导入工程 (Use STM32CubeIDE to import the project)
  • IO连接关系
    • PB3 --- OLED SCK
    • PB4 --- OLED SDA
    • PB0 --- 开始/重新开始按键 (start/restart button)
    • PB1 --- 跳跃按键 (jump button)

其他

About

基于stm32的谷歌小恐龙游戏(Google Chrome's Dino Game on STM32)

License:MIT License