Quote:
Originally Posted by kirillyatsenko
I see that there is a generic framebuffer support, can I use it in my case?
https://github.com/koreader/koreader...fer_einkfb.lua
Regarding the SDL, I dont have much experience with it, but of course I can learn it.
The SDL module should be written as part of the koreader or as part of the linux in general. This part I dont really understand clearly. Do you have some examples maybe?
Thanks!
|
sdl is a library that we use as an abstraction for regular computers. Non sdl targets (kobo, kindle, remarkable, android, cervantes, pocketbook..) use their own input/output modules.
You'll need to write your own input/output modules for your device. So, nope you cannot repurpose the HAL of other devices as is. You can read it and understand it to be able to figure out the things expected to be done by those modules, so you can implement the things for your own.
Google is your friend, generic questions not welcome