MiniMac is an embedded Rust project running on an ESP32-C6 Super Mini. It recreates a minimalist Macintosh-inspired interface using an SSD1306 OLED display and a capacitive touch sensor.
- Boot screen ("Hello")
- Clock display
- Interactive UI via touch input
- Modular embedded Rust architecture
- ESP32-C6 Super Mini
- SSD1306 OLED (I2C)
- TTP223 Capacitive Touch Sensor
- Rust (no_std)
- Embedded HAL
- I2C communication
🚧 Work in progress