1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

merge master

This commit is contained in:
Gabor Kiss-Vamosi 2020-10-21 14:15:37 +02:00
commit 232d6a5530
4 changed files with 6 additions and 3 deletions

View File

@ -5,6 +5,9 @@
### New features
- make DMA2D non blocking
## v7.7.1 (04.11.2020)
### Bugfixes
## v7.7.0 (20.10.2020)
### New features

View File

@ -1,6 +1,6 @@
{
"name": "lvgl",
"version": "7.7.0",
"version": "7.7.1",
"keywords": "graphics, gui, embedded, tft, lvgl",
"description": "Graphics library to create embedded GUI with easy-to-use graphical elements, beautiful visual effects and low memory footprint. It offers anti-aliasing, opacity, and animations using only one frame buffer.",
"repository": {

View File

@ -1,5 +1,5 @@
name=lvgl
version=7.7.0
version=7.7.1
author=kisvegabor
maintainer=kisvegabor,embeddedt,pete-pjb
sentence=Full-featured Graphics Library for Embedded Systems

View File

@ -1,6 +1,6 @@
/**
* @file lv_conf.h
* Configuration file for v7.8.0-dev
* Configuration file for v7.7.1-dev
*/
/*