Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 533 Bytes

File metadata and controls

17 lines (15 loc) · 533 Bytes

LCD driver

This is native implementation LCD display driver for waveshare 240x240 1.3" IPS LCD display.

Build and run

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.

Build results:

  • bin/lcd13InchDemo.o - standalone demo you can run directly on Raspberry Pi
  • bin/libLcd13Inch.so - shared library used by JNI applications