This is native implementation LCD display driver for waveshare 240x240 1.3" IPS LCD display.
This is how native driver is build and demo is started on Raspberry Pi device.
make clean
make
make buildlib
./bin/lcd13InchDemo.o
Demo clears display and draws lines, pixels, circles on display. Display activity must be visible.
- bin/lcd13InchDemo.o - standalone demo you can run directly on Raspberry Pi
- bin/libLcd13Inch.so - shared library used by JNI applications