Loading posts...
  • SimmiMega: Micro-Game Making Machine (Dev Log #2)

    After the last dev log, I was trying to wire the resistive touchscreen wires directly to some of the unused analog pins left on the ESP-32, but I realized I didn’t have…

  • SimmiMega: Embedded Game Engine/Editor (Dev Log #1)

    When I was first learning C and 2D arrays, my mind immediately went to old-school dungeon crawling games like NetHack. I made a simple game for an embedded system where you walked…

  • 16 Ways to Reduce Arduino Compile Size

    There are many ways to reduce the compile size of a programming project. Varying in complexity and cost, here are 16 of the ways I’ve used to reduce the size of my projects.