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.