「App:Library:LVGL:docs:Changelog」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
4行目: 4行目:
 
!英文
 
!英文
 
!自動翻訳
 
!自動翻訳
|-
 
|
 
|
 
|-
 
|
 
|
 
|-
 
|
 
|
 
|-
 
|
 
|
 
|-
 
|
 
|
 
|-
 
|
 
|
 
|-
 
|
 
|
 
 
|-
 
|-
 
|
 
|
30行目: 9行目:
 
|}
 
|}
  
 +
= Changelog =
 +
 +
== v8.2.0 31 January 2022 ==
 +
 +
=== Overview ===
 +
Among many fixes and minor updates these are the most important features in v8.2.0:
 +
 +
* Abstract render layer to make it easier to attack external draw engines
 +
* Add <code>LV_FLAD_OVERFLOW_VISIBLE</code>. If enabled the children of an object won't be clipped to the boundary of the object
 +
* Add ffmpeg decoder support to play videos and open a wide variety of image formats
 +
* Add font fallback support
 +
* Add gradient dithering support
 +
* Add "monkey test"
 +
* Add cmsis-pack support
 +
* Add Grid navigation (<code>lv_gridnav</code>)
 +
 +
The GPU support for NXP microcontrollers is still not updated to the new draw architecture. See #3052
  
  
 
----
 
----
 
[https://robot-jp.com/wiki/index.php/App:Library:LVGL 戻る]
 
[https://robot-jp.com/wiki/index.php/App:Library:LVGL 戻る]

2022年6月22日 (水) 15:09時点における版

https://docs.lvgl.io/8.2/CHANGELOG.html

英文 自動翻訳

Changelog

v8.2.0 31 January 2022

Overview

Among many fixes and minor updates these are the most important features in v8.2.0:

  • Abstract render layer to make it easier to attack external draw engines
  • Add LV_FLAD_OVERFLOW_VISIBLE. If enabled the children of an object won't be clipped to the boundary of the object
  • Add ffmpeg decoder support to play videos and open a wide variety of image formats
  • Add font fallback support
  • Add gradient dithering support
  • Add "monkey test"
  • Add cmsis-pack support
  • Add Grid navigation (lv_gridnav)

The GPU support for NXP microcontrollers is still not updated to the new draw architecture. See #3052



戻る