Rapid Serial Visual Presentation - an ebook reader for the m5cardputer
home screen
git clone https://github.com/wisnc/rsvp
cd rsvp
pio run
Just flash it with any launcher. or from the M5Burner.
Check releases for the latest binary
your SD must have the file structure for ebooks as
ebooks/
├─ BookName1/
│ ├─ read.txt
│ └─ prog.txt
├─ BookName2/
│ ├─ read.txt
│ └─ prog.txt
└─ Sample_Book_A/
├─ read.txt
└─ prog.txt
read.txt should contain the entire book in text file. each word will be separated by either a newline or space prog.txt should be 0 for no progress. the value refers to the amount of characters already read as progress
easiest way to convert to .txt is through https://convertio.co/epub-txt/ otherwise use the epub2txt.py from the project
Up - faster wpm
Down - slower wpm
Left - previous word
Right - next word
plus (+) - brighter display
minus (-) - dimmer display
backspace - exit to home
- Public release
- GitHub repository created
