lvgl / lv_port_linux

LVGL configured to work with a standard Linux framebuffer
MIT License
208 stars 140 forks source link

Version of “lv_drivers” doesnt match that of lvgl #1

Closed puppies closed 4 years ago

puppies commented 4 years ago

I got this error when compiling with touch lib.

lv_linux_frame_buffer/lv_drivers/indev/libinput.h:26:38: fatal error: lvgl/lv_hal/lv_hal_indev.h: No such file or directory

embeddedt commented 4 years ago

It just needs to be updated to point to the latest commit on master.

cd lv_drivers
git checkout master
git pull
cd ..
# Compile again
embeddedt commented 4 years ago

I will update it on the upstream end when I get a chance.

stale[bot] commented 4 years ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

embeddedt commented 4 years ago

And it has not been updated yet.. because I didn't put this on my list. I will get around to it (soon).

kisvegabor commented 4 years ago

I've just updated all 3 submodules.