Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 4 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
123456789101112131415161718192021222324252627282930313233
  1. # LilyBook - ePaper Reader for ESP32
  2. Ebook reader firmware designed for LilyGO T5 v2.4 (ESP32 with 2.9" eInk display).
  3. ## How to build
  4. Configure your esp32 build environment as for [**esp-idf examples**](https://docs.espressif.com/projects/esp-idf/en/stable/get-started/)
  5. Clone the repository
  6. `git clone https://github.com/Dejvino/lilybook.git`
  7. Execute menuconfig and configure your Serial flash config and other settings. Included *sdkconfig.defaults* sets some defaults to be used.
  8. `make menuconfig`
  9. Make and flash the firmware.
  10. `make all && make flash`
  11. Optionally run a serial output monitor to see debug messages.
  12. `make monitor`
  13. Note: pres `CTRL + ]` to exit the monitor.
  14. ---
  15. ## Built Thanks To
  16. * Display Driver: https://github.com/loboris/ESP32_ePaper_example
  17. * SD Card Sample: https://github.com/espressif/esp-idf/tree/master/examples/storage/sd_card
  18. * Pinout: https://github.com/Xinyuan-LilyGO/T5-Ink-Screen-Series