@peolsolutions
Thank you for your patience. Let me clarify the core issue to ensure we’re aligned:
- ESP32-S3 architecture(not generic ESP32),
- ESP-IDF framework (no Arduino framework),
- M5PaperS3 libraries from M5Paper S3 docs page
What I’ve already try:
- Followed M5Stack’s docs, but their examples for Arduino platform and lack S3-specific configurations.
- Try combining
board = esp32-s3-devkitc-1
(as in M5 Core S3 docs) withespidf
andM5GFX
&epdiy
libraries in platformio.ini file.
So:
If anyone has successfully linked ESP-IDF, ESP32-S3, and M5PaperS3 libraries in PlatformIO, could you share:
- Your
platformio.ini
- Any critical patches or forks of
M5GFX
/epdiy
required for ESP-IDF compatibility. - A minimal project (even just initializing the e-paper display) to start development under board.