Hello,
As I understand from the following documentation:
https://github.com/koreader/koreader...doc/Porting.md
The koreader requires the framebuffer driver to be present on the system, is it right?
I'm planning to use raspberry pi for my project + eink display.
However, I couldn't find any eink display that is already supported by the kernel or any out of tree drivers for it.
The display that I'm planning to use:
https://www.good-display.com/product/386.html
So, the steps are:
1. Implement framebuffer eink driver (SPI)
2. Point koreader to use the framebuffer device
3. Enjoy
Are the steps correct, or I'm missing something?
Maybe someone has already done it?