An open API service indexing awesome lists of open source software.

https://github.com/thesnowfield/cellblink

The Game Of Life emulator on stm8s003f3 chip.
https://github.com/thesnowfield/cellblink

gameoflife ssd1306-oled stm stm8s u8g2

Last synced: 3 months ago
JSON representation

The Game Of Life emulator on stm8s003f3 chip.

Awesome Lists containing this project

README

        

## CellBlink
The Game Of Life emulator on `stm8s003f3` chip.
![GIF](img/cells.gif)

## Peripheral
- SSD1306 OLED (I2C 128x64)

## Wires
- (STM8) PB4 <-> (OLED) SCL
- (STM8) PB5 <-> (OLED) SDA
- (OLED) VCC <-> 3V3
- (OLED) GND <-> GND

## Build
- Need IAR STM8 compile system.
- Use vscode [EIDE](https://github.com/github0null/eide) to build this projet.