Hook

Their other posts in the index, biggest breakout first.
I'm making the ereader from It Follows. This is part one. So I've made a mini ereader before and so many people commented on this saying that you have to make the clamshell ereader from It Follows. So let's go build it. The biggest problem with my first ereader is that I could only read 10 pages from a book at a time because I use the on board memory of the microcontroller. This time I'm gonna hook up an SD card reader. I'm testing it out first with some code and look at that, it detects when there's an SD card. Now I gotta hook up the e-paper screens. For now, just to test it out, I pulled the entirety of Dracula as a text file onto the SD card. So I wrote some quick code for this and when I run it, it shows up on the screen. Now let's quickly add the other screen and then write some more code. And look at that, it splits it up between the top and the bottom. Now we just gotta add some buttons to move the pages. I also added this menu screen to select which book and when you select one, it opens the book and you can use the buttons to move forward and back. Some other fixes where I added partial refresh so it doesn't refresh the entire screen every time, but every 20 times or so. And then also I removed and made it so that if you press both buttons at the same time, it acts like a select. Now we just gotta make all of this look pretty and add a battery. So come back for part two.