Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
dejvino 37a48bf3b5 Added reading storage for text and current position, ability to copy from SD Card. il y a 4 ans
components Added reading storage for text and current position, ability to copy from SD Card. il y a 4 ans
main Added reading storage for text and current position, ability to copy from SD Card. il y a 4 ans
.gitignore Import of adapted loboris/ESP32_ePaper_example repository il y a 4 ans
CMakeLists.txt Added support for SD Card browsing. Added missing CMakeLists.txt. il y a 4 ans
LICENSE Initial commit il y a 4 ans
README.md Update README.md il y a 4 ans
partitions_table.csv Adjusted for C++. Removed EPD testing code. il y a 4 ans
sdkconfig.defaults Adjusted for C++. Removed EPD testing code. il y a 4 ans

README.md

LilyBook - ePaper Reader for ESP32

Ebook reader firmware designed for LilyGO T5 v2.4 (ESP32 with 2.9” eInk display).

How to build

Configure your esp32 build environment as for esp-idf examples

Clone the repository

git clone https://github.com/Dejvino/lilybook.git

Execute menuconfig and configure your Serial flash config and other settings. Included sdkconfig.defaults sets some defaults to be used.

make menuconfig

Make and flash the firmware.

make all && make flash

Optionally run a serial output monitor to see debug messages.

make monitor

Note: pres CTRL + ] to exit the monitor.


Built Thanks To