jbkim / sand-ular-automata

Cellular automata for sand

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sand-ular-automata

Ingredients: ESP32 breakout, SSD1105 OLED (128x64), MPU-6050 IUM, Double AA battery pack Tricks: Simulates sand using cellular automata (6 simple rules)

Converting images

Images for this OLED library map to the actual memory of the display. This makes for faster writing but it's more difficult to format the images.

Project Details:

https://hackaday.io/project/165620-digital-hourglass

Portig to M5Stick

  • Change MPU6050 to MPU9250
  • Change LED inteface from I2C to SPI
  • Use u8g2 graphic library

https://twitter.com/i/status/1132926964916899840

About

Cellular automata for sand


Languages

Language:C++ 60.1%Language:C 39.9%