1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/lvgl: bump to v7.7.1

This commit is contained in:
Alexandre Abadie 2020-10-14 11:03:48 +02:00
parent 6915fec2ca
commit 408c2b534d
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PKG_NAME=lvgl
PKG_URL=https://github.com/littlevgl/lvgl
PKG_VERSION=acb46aaed14ce607040771c2d9805140a5f482e4 # v7.3.0
PKG_VERSION=5035c0c7809d288d5b5d141a22b0bf9bf932cf1b # v7.7.1
PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk

View File

@ -8,4 +8,6 @@ USEPKG += lvgl
USEMODULE += lvgl_contrib
USEMODULE += ili9341
CFLAGS += -DTHREAD_STACKSIZE_MAIN=2048
include $(RIOTBASE)/Makefile.include