View Single Post
Old 01-29-2024, 03:19 AM   #35
raisjn
Enthusiast
raisjn can tame squirrels without the assistance of a chair or a whip.raisjn can tame squirrels without the assistance of a chair or a whip.raisjn can tame squirrels without the assistance of a chair or a whip.raisjn can tame squirrels without the assistance of a chair or a whip.raisjn can tame squirrels without the assistance of a chair or a whip.raisjn can tame squirrels without the assistance of a chair or a whip.raisjn can tame squirrels without the assistance of a chair or a whip.raisjn can tame squirrels without the assistance of a chair or a whip.raisjn can tame squirrels without the assistance of a chair or a whip.raisjn can tame squirrels without the assistance of a chair or a whip.raisjn can tame squirrels without the assistance of a chair or a whip.
 
raisjn's Avatar
 
Posts: 25
Karma: 11102
Join Date: Jan 2022
Device: kobo libra h2o, kobo clara hd, kobo elipsa 2e
Quote:
Maybe Raisjn will add suport if he knows you're interested?
hi Clouds and elinkser, thanks for the support so far! (i will have to look at integrating your patches in). around new year's, i added support for fbink (thanks NiLuJe!) as the framebuffer backend to rmkit, so it should now be able to draw to more devices. the major piece i was unsure of was the input handling, but it looks like you have that covered. if fbink supports your device, i think we will be able to get rmkit to work (eventually)

you can find some fbink binaries here: https://raisjn.net/fbink/ - they are built out of the `fbink` branch on rmkit (see https://github.com/rmkit-dev/rmkit/tree/fbink). the build instructions are something like this:

Code:
$ git checkout fbink
$ git submodule init
$ git submodule update
$ pushd vendor/fbink
$ CROSS_TC=arm-linux-gnueabihf BITMAP=1 make staticlib
$ popd
$ TARGET=kobo FBINK=1 CROSS_TC=arm-linux-gnueabihf make
feel free to email me / ping me if i don't respond in a few days, i sometimes forget and don't check the forums for a while.

Last edited by raisjn; 01-30-2024 at 11:14 AM.
raisjn is offline