LVGL configured to run on BeagleBoneBlack with Element14 4.3" LCD Display.
The very simple demo shows a slider on the screen, which can be manipulated using the touch screen.
When cloning this repository, also make sure to download submodules (git submodule update --init --recursive
) otherwise you will be missing key
components.
Before building, make sure to apt install libinput-dev
.
This repository is based off lv_port_linux_frame_buffer.