JavaFrameBuffer icon indicating copy to clipboard operation
JavaFrameBuffer copied to clipboard

Acces to Linux frame buffer devices from Java. E.g. for driving LCD SPI displays on the Raspberry Pi

Results 3 JavaFrameBuffer issues
Sort by recently updated
recently updated
newest added

I know this is old code but I was able to use it with Java 11 on RPI 3+ with Buster. I found this c code for hiding/unhiding the cursor....

Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: /lib/libFrameBufferJNI.so: /lib/libFrameBufferJNI.so: cannot open shared object file: No such file or directory (Possible cause: can't load ARM-bit .so on a IA 32-bit platform) at java.lang.ClassLoader$NativeLibrary.load(Native...

I forked this project, stole a bunch of the JNI, but everything else is a near total rewrite. It builds using Apache Maven, and works great on my raspberry pi...