bonmas14 / stm32-ssd1306-GOL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STM32F103C8 (bluepill) with libopencm3 controlling a ssd1306 display (128x64). The program simulates Conway's game of life. with "Acorn" pattern

Install/compile

You can use just make without bear.

$ sudo apt-get install stlink-tools bear gcc-arm-none-eabi
$ git clone --recurse-submodules https://github.com/bonmas14/stm32-ssd1306-GOL.git
$ cd stm32-ssd*/libopencm3
$ make
$ cd ../ssd*
$ bear -- make
$ st-flash --reset write ssd1306_GOL.bin 0x8000000

About

License:Other


Languages

Language:C 94.7%Language:Perl 2.4%Language:Makefile 1.9%Language:Python 0.9%Language:Assembly 0.1%Language:Shell 0.1%Language:HTML 0.0%