1
0
mirror of https://github.com/Dejvino/lilybook.git synced 2024-09-28 01:43:37 +00:00
Go to file
2020-01-31 20:54:19 +01:00
components Restructured into modules and classes. 2020-01-31 20:54:19 +01:00
main Restructured into modules and classes. 2020-01-31 20:54:19 +01:00
.gitignore Import of adapted loboris/ESP32_ePaper_example repository 2020-01-29 18:30:50 +01:00
LICENSE Initial commit 2020-01-29 17:47:33 +01:00
partitions_table.csv Adjusted for C++. Removed EPD testing code. 2020-01-29 21:51:49 +01:00
README.md Update README.md 2020-01-29 23:04:19 +01:00
sdkconfig.defaults Adjusted for C++. Removed EPD testing code. 2020-01-29 21:51:49 +01:00

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