docs libs fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Open a GIF image from file and variable
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
.. lv_example:: libs/bmp/lv_example_gif_1
|
||||
.. lv_example:: libs/gif/lv_example_gif_1
|
||||
:language: c
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Open a PNG image from file and variable
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
.. lv_example:: libs/bmp/lv_example_png_1
|
||||
.. lv_example:: libs/png/lv_example_png_1
|
||||
:language: c
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Create a QR Code
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
.. lv_example:: libs/bmp/lv_example_qrcode_1
|
||||
.. lv_example:: libs/qrcode/lv_example_qrcode_1
|
||||
:language: c
|
||||
|
||||
|
||||
6
examples/libs/sjpg/index.rst
Normal file
6
examples/libs/sjpg/index.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
Load an SJPG image
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
.. lv_example:: libs/sjpg/lv_example_sjpg_1
|
||||
:language: c
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
#include "../../lv_examples.h"
|
||||
#if LV_USE_SJPG && LV_BUILD_EXAMPLES
|
||||
|
||||
/**
|
||||
* Load an SJPG image
|
||||
*/
|
||||
void lv_example_sjpg_1(void)
|
||||
{
|
||||
lv_obj_t * wp;
|
||||
|
||||
Reference in New Issue
Block a user