Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.12 KB

M5PaperS3.md

File metadata and controls

31 lines (25 loc) · 1.12 KB

M5GFX for M5 PaperS3

Notes.

  • You need to manually install another library called EPDiy.
  • As of December 2024, the latest version of EPDiy is not registered in the library manager, so please obtain it from github.
  • PSRAM must be enabled at build time.
  • PSRAM must be set to Octal SPI (OPI).

注意事項

  • 別途 EPDiy というライブラリを手作業で導入する必要があります。
  • 2024/12の時点では EPDiy は最新版がライブラリマネージャに登録されていないため、githubから入手してください。
  • ビルド時にPSRAMを有効にする必要があります。
  • PSRAMは Octal SPI ( OPI ) の設定にする必要があります。

for PlatformIO setting.

platformio.ini

[env:PaperS3]
platform = espressif32
board = esp32-s3-devkitm-1
framework = arduino
board_upload.flash_size = 16MB
board_upload.maximum_size = 16777216
board_build.arduino.memory_type = qio_opi
build_flags = -DBOARD_HAS_PSRAM
lib_deps = epdiy=https://github.com/vroland/epdiy.git