zsuzuki / M5PTest

M5Paper drawing test
MIT License
2 stars 1 forks source link

Compiling in year 2022? #1

Open gingerbeardman opened 2 years ago

gingerbeardman commented 2 years ago

Thanks for this project, I'm interested to try it on my M5Paper.

I have to increase versions of dependencies due to being on M1 Mac:

Error

But all versions of tanakamasayuki/efont Unicode Font Data result in compile error.

Compiling .pio/build/m5stack-core-esp32/FrameworkArduino/esp32-hal-adc.c.o
*** [.pio/build/m5stack-core-esp32/lib3f0/efont Unicode Font Data/efontWrapper.cpp.o] Error 1

Any help appreciated!

This is my first time using pio, but you can talk technical to me.

zsuzuki commented 2 years ago

I neglected this project because it was just a note to check how it works. I certainly haven't built it in a while.

The lovyanGFX used in M5Paper is now switched to something called M5Unified. I changed it to use that one since it's just a good opportunity.