mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 22:30:49 +08:00
fix(docs): fix incorrect title and filename change for vg_lite.rst (#7148)
This commit is contained in:
@@ -18,7 +18,7 @@ and simulate the same rendering images as the real hardware on the simulator.
|
|||||||
Configuration
|
Configuration
|
||||||
*************
|
*************
|
||||||
|
|
||||||
1. Enable VG-Lite rendering backend, see :ref:`vglite`.
|
1. Enable VG-Lite rendering backend, see :ref:`vg_lite`.
|
||||||
|
|
||||||
2. Enable ThorVG and turn on the configuration :c:macro:`LV_USE_THORVG_INTERNAL` or :c:macro:`LV_USE_THORVG_EXTERNAL`.
|
2. Enable ThorVG and turn on the configuration :c:macro:`LV_USE_THORVG_INTERNAL` or :c:macro:`LV_USE_THORVG_EXTERNAL`.
|
||||||
It is recommended to use the internal ThorVG library to ensure uniform rendering results.
|
It is recommended to use the internal ThorVG library to ensure uniform rendering results.
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ Renderers and GPUs
|
|||||||
arm2d
|
arm2d
|
||||||
nema_gfx
|
nema_gfx
|
||||||
nxp_pxp
|
nxp_pxp
|
||||||
nxp_vglite
|
nxp_vglite_gpu
|
||||||
sdl
|
sdl
|
||||||
stm32_dma2d
|
stm32_dma2d
|
||||||
|
vg_lite
|
||||||
|
|||||||
@@ -0,0 +1,16 @@
|
|||||||
|
==============
|
||||||
|
NXP VGLite GPU
|
||||||
|
==============
|
||||||
|
|
||||||
|
API
|
||||||
|
---
|
||||||
|
|
||||||
|
:ref:`lv_draw_vglite_h`
|
||||||
|
|
||||||
|
:ref:`lv_vglite_buf_h`
|
||||||
|
|
||||||
|
:ref:`lv_vglite_matrix_h`
|
||||||
|
|
||||||
|
:ref:`lv_vglite_path_h`
|
||||||
|
|
||||||
|
:ref:`lv_vglite_utils_h`
|
||||||
+4
-4
@@ -1,8 +1,8 @@
|
|||||||
.. _vglite:
|
.. _vg_lite:
|
||||||
|
|
||||||
===============
|
===================
|
||||||
NXP VG-Lite GPU
|
VG-Lite General GPU
|
||||||
===============
|
===================
|
||||||
|
|
||||||
This is a generic VG-Lite rendering backend implementation that is designed to utilize
|
This is a generic VG-Lite rendering backend implementation that is designed to utilize
|
||||||
`VeriSilicon <https://verisilicon.com/>`_'s generic API to operate GPU hardware as much as possible.
|
`VeriSilicon <https://verisilicon.com/>`_'s generic API to operate GPU hardware as much as possible.
|
||||||
Reference in New Issue
Block a user