Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 722 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 722 Bytes

LVGL for BeagleBone Black with Element14 4.3" LCD Display

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.