Hello, this is my first time making an Arduino project for a campus assignment and I'm a bit confused right now. I am trying to make a stepcounter that will display a walking animation of a character and I want to display the steps on top of the animation? Is it possible?
I am using Arduino Uno, MPU6050 and an OLED display(0.96). For now, I only have the code to read the steps(by reading the Accelerometer Y axis) and display it(using Adafruit), thankfully it works. From my findings, people say that the animation memory would be too big for an Arduino UNO, but I only have that and an Arduino Nano now. I hope my question is clear enough, thank you.