atomic14 / diy-esp32-epub-reader

An ESP32 e-reader
MIT License
340 stars 47 forks source link

Refactor EpubIndex to make it more usable #72

Closed martinberlin closed 2 years ago

martinberlin commented 2 years ago

Will handle Issues

cgreening commented 2 years ago

Looks good - do you want to do the nested TOC in this PR as well?

martinberlin commented 2 years ago

do you want to do the nested TOC in this PR as well?

I'm not sure. I will make some experimentation and let you know. Added in last commit atomic14/diy-esp32-epub-reader@8acc31c better handling of last page bug (Now returns to last section, no pop up message)

Good thing is that does not reboot anymore hitting this limits. Now images render much better at the cost of being slightly slower but we should remove M5 devices from this (I think)

martinberlin commented 2 years ago

@cgreening give it a try on the M5 or Lilygo and I think we are ready to GO ;)