mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 17:53:45 +08:00
docs include paths in libs
This commit is contained in:
parent
d908f31f8f
commit
f5f9562336
@ -28,7 +28,7 @@ Note that, a file system driver needs to registered to open images from files. R
|
||||
## Example
|
||||
```eval_rst
|
||||
|
||||
.. include:: ../../../examples/libs/bmp/index.rst
|
||||
.. include:: ../../examples/libs/bmp/index.rst
|
||||
|
||||
```
|
||||
|
||||
|
@ -34,7 +34,7 @@ To decode and display a GIF animation the following amount of RAM is required:
|
||||
## Example
|
||||
```eval_rst
|
||||
|
||||
.. include:: ../../../examples/libs/gif/index.rst
|
||||
.. include:: ../../examples/libs/gif/index.rst
|
||||
|
||||
```
|
||||
|
||||
|
@ -18,7 +18,7 @@ As it might take significant time to decode PNG images LVGL's [images caching](h
|
||||
## Example
|
||||
```eval_rst
|
||||
|
||||
.. include:: ../../../examples/libs/png/index.rst
|
||||
.. include:: ../../examples/libs/png/index.rst
|
||||
|
||||
```
|
||||
|
||||
|
@ -26,3 +26,17 @@ lv_qrcode_update(qr, data, strlen(data));
|
||||
## Notes
|
||||
- QR codes with less data are smaller but they scaled by an integer numbers number to best fit to the given size
|
||||
|
||||
|
||||
## Example
|
||||
```eval_rst
|
||||
|
||||
.. include:: ../../examples/libs/qrcode/index.rst
|
||||
|
||||
```
|
||||
|
||||
## API
|
||||
|
||||
```eval_rst
|
||||
|
||||
.. doxygenfile:: lv_qrcode.h
|
||||
:project: lvgl
|
||||
|
@ -65,7 +65,7 @@ All good!
|
||||
## Example
|
||||
```eval_rst
|
||||
|
||||
.. include:: ../../../examples/libs/sjpg/index.rst
|
||||
.. include:: ../../examples/libs/sjpg/index.rst
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user