View Single Post
Old 01-30-2024, 08:25 AM   #6
pazos
cosiņeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,406
Karma: 2451781
Join Date: Apr 2014
Device: BQ Cervantes 4
Quote:
Originally Posted by kirillyatsenko View Post

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
pazos is offline   Reply With Quote