toshi-pono's Poketch on my M5Core2! Feb 7, 2024

Compiled toshi-pono's poketch and successfully was able to push it to my M5Core2!

It's beautiful. I love it so much. It has a digital clock, a pedometer, a coin toss, and a drawing slate thingy. JUST LIKE THE GAMES.

Opened the .ino and hit compile on Arduino IDE. That's it!

I'm not sure why but the last time I tried it, it didn't work. I think I made some changes which fixed it. I replaced some libraries I think? Not sure if that's what helped because I was just messing around.

I just added

static LGFX lcd;
static LGFX_Sprite sprite(&lcd);

to the main.h. I don't even know if that's what made it work, or if I was just doing something wrong the first couple of times.

My money is on the latter. I'm too lazy to find out right now.