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.
- Host: GitHub
- URL: https://github.com/thesnowfield/cellblink
- Owner: TheSnowfield
- License: mit
- Created: 2021-12-26T07:27:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T07:42:11.000Z (over 3 years ago)
- Last Synced: 2025-01-12T21:28:26.157Z (5 months ago)
- Topics: gameoflife, ssd1306-oled, stm, stm8s, u8g2
- Language: C
- Homepage:
- Size: 11.1 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## CellBlink
The Game Of Life emulator on `stm8s003f3` chip.
## 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.