koleto / lvgl_bbb_demo

LVGL for BeagleBone Black with Element14 4.3" LCD Display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

LVGL for BeagleBone Black with Element14 4.3" LCD Display

License:MIT License


Languages

Language:C 94.7%Language:Makefile 5.3%