Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 583 Bytes

File metadata and controls

17 lines (10 loc) · 583 Bytes

JavaFrameBuffer

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

See the run.sh script for setting up the LD_LIBRARY path for the JNI part and the example test class.

I didn't make a jar for on file, so you have to copy the Java file and the JNI to your Java project.

Don´t forget to compile the JNI parts. They may not up-to-date :-)

If someone can compile the Windows JNI parts, please send me the script and the library, I will add it :-)

"Do what ever you want to do with it" licence...

Ciao, Thomas