# M5Paper_Reader **Repository Path**: shendong0313/m5-paper_-reader ## Basic Information - **Project Name**: M5Paper_Reader - **Description**: 基于M5Paper 实现的阅读器。 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-01-27 - **Last Updated**: 2026-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # M5Paper-reader M5Paper-based e-book reader supporting ePub format, with GUI created using LVGL. ## esptool ``` cd build/ esptool.py --chip esp32 merge_bin -o M5PaperEpubReader.bin 0x1000 ./bootloader/bootloader.bin 0x8000 ./partition_table/partition-table.bin 0x10000 M5Paper-LVGL.bin esptool.py -p /dev/ttyACM0 --chip esp32 write_flash 0x0 M5PaperEpubReader_v0.1.bin ```