Skip to content

jbkim/sand-ular-automata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 60.1%
  • C 39.9%