mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
965 lines
50 KiB
XML
965 lines
50 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
/****************************************************************************
|
|
* Copyright 2022 Gorgon Meducer (Email:embedded_zhuoran@hotmail.com) *
|
|
* *
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); *
|
|
* you may not use this file except in compliance with the License. *
|
|
* You may obtain a copy of the License at *
|
|
* *
|
|
* http://www.apache.org/licenses/LICENSE-2.0 *
|
|
* *
|
|
* Unless required by applicable law or agreed to in writing, software *
|
|
* distributed under the License is distributed on an "AS IS" BASIS, *
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
|
|
* See the License for the specific language governing permissions and *
|
|
* limitations under the License. *
|
|
* *
|
|
****************************************************************************/
|
|
-->
|
|
|
|
|
|
<package schemaVersion="1.4" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="PACK.xsd">
|
|
<vendor>LVGL</vendor>
|
|
<name>lvgl</name>
|
|
<description>LVGL (Light and Versatile Graphics Library) is a free and open-source graphics library providing everything you need to create an embedded GUI with easy-to-use graphical elements, beautiful visual effects and a low memory footprint.</description>
|
|
<url>https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/</url>
|
|
<supportContact>https://github.com/lvgl/lvgl/issues/new/choose</supportContact>
|
|
<license>LICENCE.txt</license>
|
|
<!-- optional license file -->
|
|
<!--
|
|
<license>
|
|
</license>
|
|
-->
|
|
|
|
<repository type="git">https://github.com/lvgl/lvgl.git</repository>
|
|
|
|
<releases>
|
|
<release date="2023-05-03" version="8.3.7" url="https://github.com/GorgonMeducer/lvgl/raw/a8195160fcb18b522b4a16c230455d48d99a0368/env_support/cmsis-pack/LVGL.lvgl.8.3.7.pack">
|
|
- LVGL 8.3.7 release
|
|
- Various fixes
|
|
</release>
|
|
<release date="2023-03-03" version="8.3.6" url="https://github.com/lvgl/lvgl/raw/6b0092c0d91b2c7bfded48e04cc7b486ed3a72bd/env_support/cmsis-pack/LVGL.lvgl.8.3.6.pack">
|
|
- LVGL 8.3.6 release
|
|
- Various fixes
|
|
</release>
|
|
<release date="2023-02-26" version="9.0.0-dev" url="https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/LVGL.lvgl.9.0.0-dev.pack">
|
|
- LVGL 9.0.0-dev
|
|
- New Driver Architecture
|
|
- Other fixes
|
|
</release>
|
|
<release date="2023-02-06" version="8.3.5" url="https://github.com/lvgl/lvgl/raw/6b0092c0d91b2c7bfded48e04cc7b486ed3a72bd/env_support/cmsis-pack/LVGL.lvgl.8.3.6.pack">
|
|
- LVGL 8.3.5 release
|
|
- Use LVGL version as the cmsis-pack version
|
|
- Fix GPU support for NXP PXP and NXP VGLite
|
|
- Rework stm32 DMA2D support
|
|
- Various fixes
|
|
</release>
|
|
<release date="2023-01-15" version="1.1.0-alpha" url="https://github.com/lvgl/lvgl/raw/4e3f341b882e0453d3da5cce6bb1b6357e52e3e7/env_support/cmsis-pack/LVGL.lvgl.1.1.0-alpha.pack">
|
|
- LVGL 9.0.0-dev
|
|
- Monthly update for January
|
|
</release>
|
|
<release date="2022-12-31" version="1.0.12" url="https://github.com/lvgl/lvgl/raw/7d0de1aabeabd4c71231895df7a503a3313b4619/env_support/cmsis-pack/LVGL.lvgl.1.0.12.pack">
|
|
- LVGL 9.0.0-dev
|
|
- The final update for 2022, Happy New Year
|
|
</release>
|
|
<release date="2022-11-28" version="1.0.11" url="https://github.com/lvgl/lvgl/raw/f433ed62248cafd915848ff4d0720f97fb0fc7fd/env_support/cmsis-pack/LVGL.lvgl.1.0.11.pack">
|
|
- LVGL 9.0.0-dev
|
|
- Montyly update for November
|
|
</release>
|
|
<release date="2022-10-31" version="1.0.10" url="https://github.com/lvgl/lvgl/raw/0738d1ac36387c1ad5b6bf6f478bc315817bc34e/env_support/cmsis-pack/LVGL.lvgl.1.0.10.pack">
|
|
- LVGL 9.0.0-dev
|
|
- Montyly update for October
|
|
</release>
|
|
<release date="2022-09-16" version="1.0.9" url="https://github.com/lvgl/lvgl/raw/df7d5859f4f4886cb0320f2af1898c350e0ecd2a/env_support/cmsis-pack/LVGL.lvgl.1.0.9.pack">
|
|
- LVGL 9.0.0-dev
|
|
- Montyly update for September
|
|
- Introduce a new component: File Explorer
|
|
- Add support for TTF (Tiny TTF)
|
|
- Add GPU Support for GD32F450-IPA
|
|
</release>
|
|
<release date="2022-08-30" version="1.0.8" url="https://github.com/lvgl/lvgl/raw/eb2e296d23b009aca7daf0e9be062d05b4b0048a/env_support/cmsis-pack/LVGL.lvgl.1.0.8.pack">
|
|
- LVGL 9.0.0-dev
|
|
- Add the binding for pikascript (an ultra-light-weight python VM)
|
|
- Montyly update for August
|
|
</release>
|
|
<release date="2022-07-29" version="1.0.7" url="https://github.com/lvgl/lvgl/raw/b454a66e0be85976385c81cf9c9025f272a66f5d/env_support/cmsis-pack/LVGL.lvgl.1.0.7.pack">
|
|
- LVGL 9.0.0-dev
|
|
- Renderer refactory
|
|
- Update GPU-Arm-2D
|
|
- Other updates
|
|
</release>
|
|
<release date="2022-07-06" version="1.0.6" url="https://github.com/lvgl/lvgl/raw/49c59f4615857759cc8caf88424324ab6386c888/env_support/cmsis-pack/LVGL.lvgl.1.0.6.pack">
|
|
- LVGL 8.3.0 release
|
|
- Apply patch for memory leaking issue
|
|
- Apply patch to speed up non normal blend mode
|
|
- Add 9-key input mode to pinyin
|
|
- Other minor changes
|
|
</release>
|
|
<release date="2022-06-29" version="1.0.5" url="https://github.com/GorgonMeducer/lvgl/raw/922108dbbe6d1c0be1069c342ca8693afee8c169/env_support/cmsis-pack/LVGL.lvgl.1.0.5.pack">
|
|
- LVGL 8.3.0-dev
|
|
- Monthly update for June
|
|
- Add Pinyin as input method
|
|
- Update benchmark to support RGB565-A8
|
|
- Update support for layers
|
|
</release>
|
|
<release date="2022-05-31" version="1.0.4" url="https://github.com/lvgl/lvgl/raw/ce0605182c31e43abc8137ba21f237ec442735bc/env_support/cmsis-pack/LVGL.lvgl.1.0.4.pack">
|
|
- LVGL 8.3.0-dev
|
|
- Monthly update for May
|
|
- Update drawing service
|
|
- Update GPU support for Arm-2D library
|
|
- Update GPU support for NXP PXP/VGLite
|
|
- Improving the accuracy of benchmark.
|
|
- Add new colour support for RGB565A8
|
|
</release>
|
|
<release date="2022-04-27" version="1.0.3" url="https://github.com/lvgl/lvgl/raw/b81437e96423826272cd42d5555373f15bfdf03a/env_support/cmsis-pack/LVGL.lvgl.1.0.3.pack">
|
|
- LVGL 8.3.0-dev
|
|
- Monthly update for April
|
|
- Add GPU support for SWM341-DMA2D
|
|
</release>
|
|
<release date="2022-03-27" version="1.0.2" url="https://github.com/lvgl/lvgl/raw/a5b9a1c210821f122fb7582378a9f1819b1dc821/env_support/cmsis-pack/LVGL.lvgl.1.0.2.pack">
|
|
- LVGL 8.3.0-dev
|
|
- Monthly update for March
|
|
- Add GPU support for Arm-2D library
|
|
</release>
|
|
<release date="2022-02-26" version="1.0.1" url="https://github.com/lvgl/lvgl/raw/44f6f752386617a8812228b9c1357f180e73e4ff/env_support/cmsis-pack/LVGL.lvgl.1.0.1.pack">
|
|
- LVGL 8.3.0-dev
|
|
- Monthly update for February
|
|
</release>
|
|
<release date="2022-01-31" version="1.0.0" url="https://github.com/lvgl/lvgl/blob/d851fe0528fcb920fee86c944fe9dbbaf6fbb0c9/env_support/cmsis-pack/LVGL.lvgl.1.0.0.pack?raw=true">
|
|
- LVGL 8.2.0
|
|
- Enable LV_TICK_CUSTOM when perf_counter is detected.
|
|
- Celebrate Spring Festival
|
|
</release>
|
|
</releases>
|
|
|
|
<keywords>
|
|
<!-- keywords for indexing -->
|
|
<keyword>Cortex-M</keyword>
|
|
<keyword>SysTick</keyword>
|
|
<keyword>Performance Analaysis</keyword>
|
|
</keywords>
|
|
|
|
<conditions>
|
|
<!--
|
|
<condition id="Arm Compiler">
|
|
<description>Arm Compiler 5 (armcc) or Arm Compiler 6 (armclang).</description>
|
|
<accept Tcompiler="ARMCC" Toptions="AC6"/>
|
|
<accept Tcompiler="ARMCC" Toptions="AC6LTO"/>
|
|
<accept Tcompiler="ARMCC" Toptions="AC5"/>
|
|
</condition>
|
|
<condition id="Arm GCC">
|
|
<description>GNU Tools for Arm Embedded Processors.</description>
|
|
<accept Tcompiler="GCC"/>
|
|
</condition>
|
|
<condition id="Cortex-M Processors">
|
|
<description>Support All Cortex-M based processors</description>
|
|
<accept Dcore="Cortex-M0"/>
|
|
<accept Dcore="Cortex-M0+"/>
|
|
<accept Dcore="Cortex-M1"/>
|
|
<accept Dcore="Cortex-M3"/>
|
|
<accept Dcore="Cortex-M4"/>
|
|
<accept Dcore="Cortex-M7"/>
|
|
<accept Dcore="Cortex-M23"/>
|
|
<accept Dcore="Cortex-M33"/>
|
|
<accept Dcore="Cortex-M35P"/>
|
|
<accept Dcore="Cortex-M55"/>
|
|
<accept Dcore="SC000"/>
|
|
<accept Dcore="SC300"/>
|
|
<accept Dcore="ARMV8MBL"/>
|
|
<accept Dcore="ARMV8MML"/>
|
|
</condition>
|
|
|
|
<condition id="CMSIS-CORE">
|
|
<description>Require CMSIS-CORE Support</description>
|
|
<require Cclass="CMSIS" Cgroup="CORE"/>
|
|
</condition>
|
|
|
|
|
|
|
|
<condition id="Cortex-M Arm GCC">
|
|
<description>Compile Cortex-M Processors with GNU Tools for Arm Embedded Processors.</description>
|
|
<require condition="Arm GCC"/>
|
|
<require condition="Cortex-M Processors"/>
|
|
</condition>
|
|
<condition id="Cortex-M Arm Compiler">
|
|
<description>Compile Cortex-M Processors with GNU Tools for Arm Embedded Processors.</description>
|
|
<require condition="Arm Compiler"/>
|
|
<require condition="Cortex-M Processors"/>
|
|
</condition>
|
|
|
|
<condition id="Cortex-M Arm GCC CMSIS-CORE">
|
|
<description>Compile Cortex-M Processors with GNU Tools for Arm Embedded Processors.</description>
|
|
<require condition="Arm GCC"/>
|
|
<require condition="Cortex-M Processors"/>
|
|
<require condition="CMSIS-CORE"/>
|
|
</condition>
|
|
<condition id="Cortex-M Arm Compiler CMSIS-CORE">
|
|
<description>Compile Cortex-M Processors with GNU Tools for Arm Embedded Processors.</description>
|
|
<require condition="Arm Compiler"/>
|
|
<require condition="Cortex-M Processors"/>
|
|
<require condition="CMSIS-CORE"/>
|
|
</condition>
|
|
-->
|
|
|
|
<condition id="LVGL-Essential">
|
|
<description>Require LVGL Essential Service</description>
|
|
<require Cclass="LVGL" Cgroup="lvgl" Csub="Essential"/>
|
|
</condition>
|
|
|
|
<condition id="Arm-2D">
|
|
<description>Require Arm-2D Support</description>
|
|
<require Cclass="Acceleration" Cgroup="Arm-2D"/>
|
|
</condition>
|
|
|
|
<condition id="LVGL-GPU-Arm-2D">
|
|
<description>Enable LVGL Arm-2D GPU Support</description>
|
|
<require Cclass="LVGL" Cgroup="lvgl" Csub="Essential"/>
|
|
<!--<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU Arm-2D"/>-->
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU STM32-DMA2D"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU SWM341-DMA2D"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU NXP-PXP"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU NXP-VGLite"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU GD32-IPA"/>
|
|
</condition>
|
|
|
|
<condition id="LVGL-GPU-STM32-DMA2D">
|
|
<description>Enable LVGL Arm-2D GPU Support</description>
|
|
<require Cclass="LVGL" Cgroup="lvgl" Csub="Essential"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU Arm-2D"/>
|
|
<!--<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU STM32-DMA2D"/>-->
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU SWM341-DMA2D"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU NXP-PXP"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU NXP-VGLite"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU GD32-IPA"/>
|
|
</condition>
|
|
|
|
<condition id="LVGL-GPU-SWM341-DMA2D">
|
|
<description>Enable LVGL Arm-2D GPU Support</description>
|
|
<require Cclass="LVGL" Cgroup="lvgl" Csub="Essential"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU Arm-2D"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU STM32-DMA2D"/>
|
|
<!--<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU SWM341-DMA2D"/>-->
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU NXP-PXP"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU NXP-VGLite"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU GD32-IPA"/>
|
|
</condition>
|
|
|
|
<condition id="LVGL-GPU-NXP-PXP">
|
|
<description>Enable LVGL Arm-2D GPU Support</description>
|
|
<require Cclass="LVGL" Cgroup="lvgl" Csub="Essential"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU Arm-2D"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU STM32-DMA2D"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU SWM341-DMA2D"/>
|
|
<!--<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU NXP-PXP"/>-->
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU NXP-VGLite"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU GD32-IPA"/>
|
|
</condition>
|
|
|
|
<condition id="LVGL-GPU-NXP-VGLite">
|
|
<description>Enable LVGL Arm-2D GPU Support</description>
|
|
<require Cclass="LVGL" Cgroup="lvgl" Csub="Essential"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU Arm-2D"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU STM32-DMA2D"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU SWM341-DMA2D"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU NXP-PXP"/>
|
|
<!--<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU NXP-VGLite"/>-->
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU GD32-IPA"/>
|
|
</condition>
|
|
|
|
<condition id="LVGL-GPU-GD32-IPA">
|
|
<description>Enable LVGL Arm-2D GPU Support</description>
|
|
<require Cclass="LVGL" Cgroup="lvgl" Csub="Essential"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU Arm-2D"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU STM32-DMA2D"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU SWM341-DMA2D"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU NXP-PXP"/>
|
|
<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU NXP-VGLite"/>
|
|
<!--<deny Cclass="LVGL" Cgroup="lvgl" Csub="GPU GD32-IPA"/>-->
|
|
</condition>
|
|
|
|
</conditions>
|
|
<!-- apis section (optional - for Application Programming Interface descriptions) -->
|
|
<!--
|
|
<apis>
|
|
</apis>
|
|
-->
|
|
|
|
<!-- boards section (mandatory for Board Support Packs) -->
|
|
<!--
|
|
<boards>
|
|
</boards>
|
|
-->
|
|
|
|
<!-- devices section (mandatory for Device Family Packs) -->
|
|
<!--
|
|
<devices>
|
|
</devices>
|
|
-->
|
|
|
|
<!-- examples section (optional for all Software Packs)-->
|
|
<!--
|
|
<examples>
|
|
</examples>
|
|
-->
|
|
|
|
<!-- conditions section (optional for all Software Packs)-->
|
|
<!--
|
|
<conditions>
|
|
</conditions>
|
|
-->
|
|
|
|
<components>
|
|
<bundle Cbundle="LVGL" Cclass="LVGL" Cversion="9.0.0-dev">
|
|
<description>LVGL (Light and Versatile Graphics Library) is a free and open-source graphics library providing everything you need to create an embedded GUI with easy-to-use graphical elements, beautiful visual effects and a low memory footprint.</description>
|
|
<doc></doc>
|
|
<component Cgroup="lvgl" Csub="Essential" >
|
|
<description>The Essential services of LVGL (without extra content)</description>
|
|
<files>
|
|
<!-- src/core -->
|
|
<file category="sourceC" name="src/core/lv_theme.c" />
|
|
<file category="sourceC" name="src/core/lv_indev_scroll.c" />
|
|
<file category="sourceC" name="src/core/lv_obj.c" />
|
|
<file category="sourceC" name="src/core/lv_refr.c" />
|
|
<file category="sourceC" name="src/core/lv_obj_pos.c" />
|
|
<file category="sourceC" name="src/core/lv_obj_style_gen.c" />
|
|
<file category="sourceC" name="src/core/lv_obj_class.c" />
|
|
<file category="sourceC" name="src/core/lv_obj_tree.c" />
|
|
<file category="sourceC" name="src/core/lv_indev.c" />
|
|
<file category="sourceC" name="src/core/lv_disp.c" />
|
|
<file category="sourceC" name="src/core/lv_obj_scroll.c" />
|
|
<file category="sourceC" name="src/core/lv_obj_event.c" />
|
|
<file category="sourceC" name="src/core/lv_obj_draw.c" />
|
|
<file category="sourceC" name="src/core/lv_group.c" />
|
|
<file category="sourceC" name="src/core/lv_obj_style.c" />
|
|
|
|
|
|
<!-- src/draw -->
|
|
<file category="sourceC" name="src/draw/lv_draw_label.c" />
|
|
<file category="sourceC" name="src/draw/lv_img_decoder.c" />
|
|
<file category="sourceC" name="src/draw/lv_draw_rect.c" />
|
|
|
|
<file category="sourceC" name="src/draw/lv_draw_transform.c" />
|
|
<file category="sourceC" name="src/draw/lv_img_buf.c" />
|
|
<file category="sourceC" name="src/draw/lv_draw_mask.c" />
|
|
<file category="sourceC" name="src/draw/sw/lv_draw_sw_img.c" />
|
|
<file category="sourceC" name="src/draw/sw/lv_draw_sw_polygon.c" />
|
|
<file category="sourceC" name="src/draw/sw/lv_draw_sw_line.c" />
|
|
<file category="sourceC" name="src/draw/sw/lv_draw_sw_letter.c" />
|
|
<file category="sourceC" name="src/draw/sw/lv_draw_sw_arc.c" />
|
|
<file category="sourceC" name="src/draw/sw/lv_draw_sw_transform.c" />
|
|
<file category="sourceC" name="src/draw/sw/lv_draw_sw_blend.c" />
|
|
<file category="sourceC" name="src/draw/sw/lv_draw_sw.c" />
|
|
<file category="sourceC" name="src/draw/sw/lv_draw_sw_gradient.c" />
|
|
<file category="sourceC" name="src/draw/sw/lv_draw_sw_layer.c" />
|
|
<file category="sourceC" name="src/draw/sw/lv_draw_sw_rect.c" />
|
|
<file category="sourceC" name="src/draw/sw/lv_draw_sw_dither.c" />
|
|
<file category="sourceC" name="src/draw/lv_draw_img.c" />
|
|
<file category="sourceC" name="src/draw/lv_img_cache.c" />
|
|
<file category="sourceC" name="src/draw/lv_img_cache_builtin.c" />
|
|
<file category="sourceC" name="src/draw/lv_draw_line.c" />
|
|
<file category="sourceC" name="src/draw/lv_draw_triangle.c" />
|
|
<file category="sourceC" name="src/draw/lv_draw.c" />
|
|
<file category="sourceC" name="src/draw/lv_draw_layer.c" />
|
|
<file category="sourceC" name="src/draw/lv_draw_arc.c" />
|
|
|
|
<!-- src/font -->
|
|
<file category="sourceC" name="src/font/lv_font.c" />
|
|
<file category="sourceC" name="src/font/lv_font_dejavu_16_persian_hebrew.c" />
|
|
<file category="sourceC" name="src/font/lv_font_fmt_txt.c" />
|
|
<file category="sourceC" name="src/font/lv_font_loader.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_8.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_10.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_12.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_12_subpx.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_14.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_16.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_18.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_20.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_22.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_24.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_26.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_28.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_28_compressed.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_30.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_32.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_34.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_36.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_38.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_40.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_42.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_44.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_46.c" />
|
|
<file category="sourceC" name="src/font/lv_font_montserrat_48.c" />
|
|
<file category="sourceC" name="src/font/lv_font_simsun_16_cjk.c" />
|
|
<file category="sourceC" name="src/font/lv_font_unscii_8.c" />
|
|
<file category="sourceC" name="src/font/lv_font_unscii_16.c" />
|
|
|
|
<!-- src/hal -->
|
|
<file category="sourceC" name="src/hal/lv_hal_tick.c" />
|
|
|
|
<!-- src/others -->
|
|
<file category="sourceC" name="src/others/monkey/lv_monkey.c" />
|
|
<file category="sourceC" name="src/others/msg/lv_msg.c" />
|
|
<file category="sourceC" name="src/others/ime/lv_ime_pinyin.c" />
|
|
<file category="sourceC" name="src/others/fragment/lv_fragment_manager.c" />
|
|
<file category="sourceC" name="src/others/fragment/lv_fragment.c" />
|
|
<file category="sourceC" name="src/others/snapshot/lv_snapshot.c" />
|
|
<file category="sourceC" name="src/others/imgfont/lv_imgfont.c" />
|
|
<file category="sourceC" name="src/others/gridnav/lv_gridnav.c" />
|
|
<file category="sourceC" name="src/others/sysmon/lv_sysmon.c" />
|
|
|
|
<!-- src/misc-->
|
|
<file category="sourceC" name="src/misc/lv_style_gen.c" />
|
|
<file category="sourceC" name="src/misc/lv_fs.c" />
|
|
<file category="sourceC" name="src/misc/lv_malloc_builtin.c" />
|
|
<file category="sourceC" name="src/misc/lv_memcpy_builtin.c" />
|
|
<file category="sourceC" name="src/misc/lv_async.c" />
|
|
<file category="sourceC" name="src/misc/lv_txt_ap.c" />
|
|
<file category="sourceC" name="src/misc/lv_gc.c" />
|
|
<file category="sourceC" name="src/misc/lv_tlsf.c" />
|
|
<file category="sourceC" name="src/misc/lv_log.c" />
|
|
<file category="sourceC" name="src/misc/lv_lru.c" />
|
|
<file category="sourceC" name="src/misc/lv_area.c" />
|
|
<file category="sourceC" name="src/misc/lv_bidi.c" />
|
|
<file category="sourceC" name="src/misc/lv_ll.c" />
|
|
<file category="sourceC" name="src/misc/lv_anim_timeline.c" />
|
|
<file category="sourceC" name="src/misc/lv_math.c" />
|
|
<file category="sourceC" name="src/misc/lv_anim.c" />
|
|
<file category="sourceC" name="src/misc/lv_txt.c" />
|
|
<file category="sourceC" name="src/misc/lv_mem.c" />
|
|
<file category="sourceC" name="src/misc/lv_utils.c" />
|
|
<file category="sourceC" name="src/misc/lv_timer.c" />
|
|
<file category="sourceC" name="src/misc/lv_style.c" />
|
|
<file category="sourceC" name="src/misc/lv_color.c" />
|
|
<file category="sourceC" name="src/misc/lv_printf.c" />
|
|
<file category="sourceC" name="src/misc/lv_event.c" />
|
|
<file category="sourceC" name="src/misc/lv_profiler_builtin.c" />
|
|
|
|
<!-- src/widgets -->
|
|
<file category="sourceC" name="src/widgets/spinner/lv_spinner.c" />
|
|
<file category="sourceC" name="src/widgets/animimg/lv_animimg.c" />
|
|
<file category="sourceC" name="src/widgets/bar/lv_bar.c" />
|
|
<file category="sourceC" name="src/widgets/label/lv_label.c" />
|
|
<file category="sourceC" name="src/widgets/canvas/lv_canvas.c" />
|
|
<file category="sourceC" name="src/widgets/msgbox/lv_msgbox.c" />
|
|
<file category="sourceC" name="src/widgets/imgbtn/lv_imgbtn.c" />
|
|
<file category="sourceC" name="src/widgets/colorwheel/lv_colorwheel.c" />
|
|
<file category="sourceC" name="src/widgets/menu/lv_menu.c" />
|
|
<file category="sourceC" name="src/widgets/chart/lv_chart.c" />
|
|
<file category="sourceC" name="src/widgets/dropdown/lv_dropdown.c" />
|
|
<file category="sourceC" name="src/widgets/arc/lv_arc.c" />
|
|
<file category="sourceC" name="src/widgets/table/lv_table.c" />
|
|
<file category="sourceC" name="src/widgets/checkbox/lv_checkbox.c" />
|
|
<file category="sourceC" name="src/widgets/tabview/lv_tabview.c" />
|
|
<file category="sourceC" name="src/widgets/tileview/lv_tileview.c" />
|
|
<file category="sourceC" name="src/widgets/objx_templ/lv_objx_templ.c" />
|
|
<file category="sourceC" name="src/widgets/keyboard/lv_keyboard.c" />
|
|
<file category="sourceC" name="src/widgets/btnmatrix/lv_btnmatrix.c" />
|
|
<file category="sourceC" name="src/widgets/switch/lv_switch.c" />
|
|
<file category="sourceC" name="src/widgets/calendar/lv_calendar_header_arrow.c" />
|
|
<file category="sourceC" name="src/widgets/calendar/lv_calendar.c" />
|
|
<file category="sourceC" name="src/widgets/calendar/lv_calendar_header_dropdown.c" />
|
|
<file category="sourceC" name="src/widgets/span/lv_span.c" />
|
|
<file category="sourceC" name="src/widgets/img/lv_img.c" />
|
|
<file category="sourceC" name="src/widgets/meter/lv_meter.c" />
|
|
<file category="sourceC" name="src/widgets/win/lv_win.c" />
|
|
<file category="sourceC" name="src/widgets/spinbox/lv_spinbox.c" />
|
|
<file category="sourceC" name="src/widgets/roller/lv_roller.c" />
|
|
<file category="sourceC" name="src/widgets/btn/lv_btn.c" />
|
|
<file category="sourceC" name="src/widgets/led/lv_led.c" />
|
|
<file category="sourceC" name="src/widgets/textarea/lv_textarea.c" />
|
|
<file category="sourceC" name="src/widgets/slider/lv_slider.c" />
|
|
<file category="sourceC" name="src/widgets/line/lv_line.c" />
|
|
<file category="sourceC" name="src/widgets/list/lv_list.c" />
|
|
<file category="sourceC" name="src/libs/fsdrv/lv_fs_posix.c" />
|
|
<file category="sourceC" name="src/libs/fsdrv/lv_fs_fatfs.c" />
|
|
<file category="sourceC" name="src/libs/fsdrv/lv_fs_stdio.c" />
|
|
<file category="sourceC" name="src/libs/fsdrv/lv_fs_win32.c" />
|
|
<file category="sourceC" name="src/libs/freetype/lv_freetype.c" />
|
|
<file category="sourceC" name="src/libs/ffmpeg/lv_ffmpeg.c" />
|
|
<file category="sourceC" name="src/libs/lodepng/lv_lodepng.c" />
|
|
<file category="sourceC" name="src/libs/lodepng/lodepng.c" />
|
|
<file category="sourceC" name="src/libs/gif/gifdec.c" />
|
|
<file category="sourceC" name="src/libs/gif/lv_gif.c" />
|
|
<file category="sourceC" name="src/libs/rlottie/lv_rlottie.c" />
|
|
<file category="sourceC" name="src/libs/qrcode/lv_qrcode.c" />
|
|
<file category="sourceC" name="src/libs/qrcode/qrcodegen.c" />
|
|
<file category="sourceC" name="src/libs/tjpgd/tjpgd.c" />
|
|
<file category="sourceC" name="src/libs/tjpgd/lv_tjpgd.c" />
|
|
<file category="sourceC" name="src/libs/bmp/lv_bmp.c" />
|
|
<file category="sourceC" name="src/layouts/grid/lv_grid.c" />
|
|
<file category="sourceC" name="src/layouts/flex/lv_flex.c" />
|
|
<file category="sourceC" name="src/themes/mono/lv_theme_mono.c" />
|
|
<file category="sourceC" name="src/themes/basic/lv_theme_basic.c" />
|
|
<file category="sourceC" name="src/themes/default/lv_theme_default.c" />
|
|
|
|
<!-- general -->
|
|
<file category="preIncludeGlobal" name="lv_conf_cmsis.h" attr="config" version="1.2.0" />
|
|
<file category="sourceC" name="lv_cmsis_pack.c" attr="config" version="1.0.0" />
|
|
<file category="header" name="lvgl.h" />
|
|
<file category="doc" name="README.md"/>
|
|
|
|
<!-- code template -->
|
|
<file category="header" name="examples/porting/lv_port_disp_template.h" attr="template" select="Display port template" version="2.0.0"/>
|
|
<file category="sourceC" name="examples/porting/lv_port_disp_template.c" attr="template" select="Display port template" version="2.0.0"/>
|
|
<file category="header" name="examples/porting/lv_port_indev_template.h" attr="template" select="Input devices port template" version="2.0.0"/>
|
|
<file category="sourceC" name="examples/porting/lv_port_indev_template.c" attr="template" select="Input devices port template" version="2.0.0"/>
|
|
<file category="header" name="examples/porting/lv_port_fs_template.h" attr="template" select="File system port template" version="2.0.0"/>
|
|
<file category="sourceC" name="examples/porting/lv_port_fs_template.c" attr="template" select="File system port template" version="2.0.0"/>
|
|
</files>
|
|
|
|
<Pre_Include_Global_h>
|
|
|
|
/*! \brief use lv_config_cmsis.h which will be pre-included */
|
|
#define LV_CONF_SKIP
|
|
#define LV_LVGL_H_INCLUDE_SIMPLE 1
|
|
</Pre_Include_Global_h>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief Enable LVGL */
|
|
#define RTE_GRAPHICS_LVGL
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="Porting" condition="LVGL-Essential">
|
|
<description>Porting Templates</description>
|
|
<files>
|
|
<file category="header" name="examples/porting/lv_port_disp_template.h" attr="config" version="1.0.1" />
|
|
<file category="sourceC" name="examples/porting/lv_port_disp_template.c" attr="config" version="1.0.1" />
|
|
|
|
<file category="header" name="examples/porting/lv_port_indev_template.h" attr="config" version="1.0.0" />
|
|
<file category="sourceC" name="examples/porting/lv_port_indev_template.c" attr="config" version="1.0.0" />
|
|
|
|
<file category="header" name="examples/porting/lv_port_fs_template.h" attr="config" version="1.0.0" />
|
|
<file category="sourceC" name="examples/porting/lv_port_fs_template.c" attr="config" version="1.0.0" />
|
|
</files>
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="GPU Arm-2D" condition="LVGL-GPU-Arm-2D" Cversion="1.2.0">
|
|
<description>A 2D image processing library from Arm (i.e. Arm-2D) for All Cortex-M processors including Cortex-M0</description>
|
|
<files>
|
|
<file category="sourceC" name="src/draw/arm2d/lv_gpu_arm2d.c" condition="Arm-2D"/>
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable Arm-2D support*/
|
|
#define LV_USE_GPU_ARM2D 1
|
|
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="GPU STM32-DMA2D" condition="LVGL-GPU-STM32-DMA2D">
|
|
<description>An hardware acceleration from STM32-DMA2D</description>
|
|
<files>
|
|
<file category="sourceC" name="src/draw/stm32_dma2d/lv_gpu_stm32_dma2d.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable STM32 DMA2D */
|
|
#define LV_USE_GPU_STM32_DMA2D 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="GPU SWM341-DMA2D" condition="LVGL-GPU-SWM341-DMA2D">
|
|
<description>An hardware acceleration from SWM341-DMA2D</description>
|
|
<files>
|
|
<file category="sourceC" name="src/draw/swm341_dma2d/lv_gpu_swm341_dma2d.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable SWM341 DMA2D */
|
|
#define LV_USE_GPU_SWM341_DMA2D 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="GPU NXP-PXP" condition="LVGL-GPU-NXP-PXP">
|
|
<description>An hardware acceleration from NXP-PXP</description>
|
|
<files>
|
|
<file category="sourceC" name="src/draw/nxp/pxp/lv_draw_pxp.c" />
|
|
<file category="sourceC" name="src/draw/nxp/pxp/lv_draw_pxp_blend.c" />
|
|
<file category="sourceC" name="src/draw/nxp/pxp/lv_gpu_nxp_pxp.c" />
|
|
<file category="sourceC" name="src/draw/nxp/pxp/lv_gpu_nxp_pxp_osa.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable NXP PXP */
|
|
#define LV_USE_GPU_NXP_PXP 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="GPU NXP-VGLite" condition="LVGL-GPU-NXP-VGLite">
|
|
<description>An hardware acceleration from NXP-VGLite</description>
|
|
<files>
|
|
<file category="sourceC" name="src/draw/nxp/vglite/lv_draw_vglite.c" />
|
|
<file category="sourceC" name="src/draw/nxp/vglite/lv_draw_vglite_line.c" />
|
|
<file category="sourceC" name="src/draw/nxp/vglite/lv_draw_vglite_arc.c" />
|
|
<file category="sourceC" name="src/draw/nxp/vglite/lv_draw_vglite_blend.c" />
|
|
<file category="sourceC" name="src/draw/nxp/vglite/lv_draw_vglite_rect.c" />
|
|
<file category="sourceC" name="src/draw/nxp/vglite/lv_vglite_buf.c" />
|
|
<file category="sourceC" name="src/draw/nxp/vglite/lv_vglite_utils.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable NXP VGLite */
|
|
#define LV_USE_GPU_NXP_VG_LITE 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="GPU GD32-IPA" condition="LVGL-GPU-GD32-IPA">
|
|
<description>An hardware acceleration from GD32-IPA</description>
|
|
<files>
|
|
<file category="sourceC" name="src/draw/gd32_ipa/lv_gpu_gd32_ipa.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable GD32 IPA */
|
|
#define LV_USE_GPU_GD32_IPA 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="Extra Themes" condition="LVGL-Essential">
|
|
<description>Extra Themes, Widgets and Layouts</description>
|
|
<files>
|
|
|
|
<!-- src/themes -->
|
|
<file category="sourceC" name="src/themes/default/lv_theme_default.c" />
|
|
<file category="sourceC" name="src/themes/basic/lv_theme_basic.c" />
|
|
<file category="sourceC" name="src/themes/mono/lv_theme_mono.c" />
|
|
|
|
<!-- src/widgets -->
|
|
<file category="sourceC" name="src/widgets/animimg/lv_animimg.c" />
|
|
<file category="sourceC" name="src/widgets/calendar/lv_calendar.c" />
|
|
<file category="sourceC" name="src/widgets/calendar/lv_calendar_header_arrow.c" />
|
|
<file category="sourceC" name="src/widgets/calendar/lv_calendar_header_dropdown.c" />
|
|
<file category="sourceC" name="src/widgets/chart/lv_chart.c" />
|
|
<file category="sourceC" name="src/widgets/colorwheel/lv_colorwheel.c" />
|
|
<file category="sourceC" name="src/widgets/imgbtn/lv_imgbtn.c" />
|
|
<file category="sourceC" name="src/widgets/keyboard/lv_keyboard.c" />
|
|
<file category="sourceC" name="src/widgets/led/lv_led.c" />
|
|
<file category="sourceC" name="src/widgets/list/lv_list.c" />
|
|
<file category="sourceC" name="src/widgets/menu/lv_menu.c" />
|
|
<file category="sourceC" name="src/widgets/meter/lv_meter.c" />
|
|
<file category="sourceC" name="src/widgets/msgbox/lv_msgbox.c" />
|
|
<file category="sourceC" name="src/widgets/span/lv_span.c" />
|
|
<file category="sourceC" name="src/widgets/spinbox/lv_spinbox.c" />
|
|
<file category="sourceC" name="src/widgets/spinner/lv_spinner.c" />
|
|
<file category="sourceC" name="src/widgets/tabview/lv_tabview.c" />
|
|
<file category="sourceC" name="src/widgets/tileview/lv_tileview.c" />
|
|
<file category="sourceC" name="src/widgets/win/lv_win.c" />
|
|
|
|
<!-- src/layouts -->
|
|
<file category="sourceC" name="src/layouts/flex/lv_flex.c" />
|
|
<file category="sourceC" name="src/layouts/grid/lv_grid.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief use extra themes, widgets and layouts */
|
|
#define RTE_GRAPHICS_LVGL_USE_EXTRA_THEMES
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="PikaScript Binding" Cversion="0.2.0" condition="LVGL-Essential">
|
|
<description>Add the binding for PikaScript, an ultra-light-weight python VM.</description>
|
|
<files>
|
|
<file category="doc" name="pikascript/README.md"/>
|
|
<file category="sourceC" name="pikascript/pika_lvgl.c" />
|
|
<file category="sourceC" name="pikascript/pika_lvgl_indev_t.c" />
|
|
<file category="sourceC" name="pikascript/pika_lvgl_lv_event.c" />
|
|
<file category="sourceC" name="pikascript/pika_lvgl_lv_obj.c" />
|
|
<file category="sourceC" name="pikascript/pika_lvgl_lv_style_t.c" />
|
|
<file category="sourceC" name="pikascript/pika_lv_point_t.c" />
|
|
<file category="sourceC" name="pikascript/pika_lv_timer_t.c" />
|
|
<file category="sourceC" name="pikascript/pika_lv_wegit.c" />
|
|
</files>
|
|
<Pre_Include_Local_Component_h>
|
|
|
|
/* enabling PikaScript Binding */
|
|
#define PIKASCRIPT 1
|
|
</Pre_Include_Local_Component_h>
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable PikaScript Binding */
|
|
#define LV_USE_PIKASCRIPT_BINDING 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="Libs PNG" condition="LVGL-Essential">
|
|
<description>Add PNG support</description>
|
|
<files>
|
|
<!-- src/libs/png -->
|
|
<file category="sourceC" name="src/libs/lodepng/lodepng.c" />
|
|
<file category="sourceC" name="src/libs/lodepng/lv_lodepng.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable PNG support */
|
|
#define LV_USE_LODEPNG 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="Libs BMP" condition="LVGL-Essential">
|
|
<description>Add BMP support</description>
|
|
<files>
|
|
<!-- src/libs/bmp -->
|
|
<file category="sourceC" name="src/libs/bmp/lv_bmp.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable BMP support */
|
|
#define LV_USE_BMP 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="Libs Barcode" condition="LVGL-Essential">
|
|
<description>Add BMP support</description>
|
|
<files>
|
|
<!-- src/libs/barcode -->
|
|
<file category="sourceC" name="src/libs/barcode/lv_barcode.c" />
|
|
<file category="sourceC" name="src/libs/barcode/code128.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable Barcode support */
|
|
#define LV_USE_BARCODE 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="Libs freetype" condition="LVGL-Essential">
|
|
<description>Add freetype support, an extra librbary is required.</description>
|
|
<files>
|
|
<!-- src/libs/freetype -->
|
|
<file category="sourceC" name="src/libs/freetype/lv_freetype.c" />
|
|
<file category="header" name="src/libs/freetype/lv_freetype.h" />
|
|
<file category="sourceC" name="src/libs/freetype/lv_ftsystem.c" />
|
|
<file category="header" name="src/libs/freetype/ftmodule.h" />
|
|
<file category="header" name="src/libs/freetype/ftoption.h" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable freetype support */
|
|
#define LV_USE_FREETYPE 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="Libs GIF" condition="LVGL-Essential">
|
|
<description>Add GIF support</description>
|
|
<files>
|
|
<!-- src/libs/gif -->
|
|
<file category="sourceC" name="src/libs/gif/lv_gif.c" />
|
|
<file category="sourceC" name="src/libs/gif/gifdec.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable gif support */
|
|
#define LV_USE_GIF 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="Libs sJPG" condition="LVGL-Essential">
|
|
<description>Add sJPG support</description>
|
|
<files>
|
|
<!-- src/libs/tjpgd -->
|
|
<file category="sourceC" name="src/libs/tjpgd/lv_tjpgd.c" />
|
|
<file category="sourceC" name="src/libs/tjpgd/tjpgd.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable sJPG support */
|
|
#define LV_USE_SJPG 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="Libs QRCode" condition="LVGL-Essential">
|
|
<description>Add QRCode support</description>
|
|
<files>
|
|
<!-- src/libs/qrcode -->
|
|
<file category="sourceC" name="src/libs/qrcode/lv_qrcode.c" />
|
|
<file category="sourceC" name="src/libs/qrcode/qrcodegen.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable QRCode support */
|
|
#define LV_USE_QRCODE 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="Libs FileSystem" condition="LVGL-Essential">
|
|
<description>Add FileSystem support</description>
|
|
<files>
|
|
<!-- src/libs/fsdrv -->
|
|
<file category="sourceC" name="src/libs/fsdrv/lv_fs_fatfs.c" />
|
|
<file category="sourceC" name="src/libs/fsdrv/lv_fs_posix.c" />
|
|
<file category="sourceC" name="src/libs/fsdrv/lv_fs_stdio.c" />
|
|
</files>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="Libs RLOTTIE" condition="LVGL-Essential">
|
|
<description>Add RLOTTIE support, an extra librbary is required.</description>
|
|
<files>
|
|
<!-- src/libs/rlottie -->
|
|
<file category="sourceC" name="src/libs/rlottie/lv_rlottie.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable RLOTTIE support */
|
|
#define LV_USE_RLOTTIE 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="Libs ffmpeg" condition="LVGL-Essential">
|
|
<description>Add ffmpeg support, an extra librbary is required.</description>
|
|
<files>
|
|
<!-- src/libs/ffmpeg -->
|
|
<file category="sourceC" name="src/libs/ffmpeg/lv_ffmpeg.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable ffmpeg support */
|
|
#define LV_USE_FFMPEG 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="Pinyin" condition="LVGL-Essential">
|
|
<description>Add Pinyin input method</description>
|
|
<files>
|
|
<!-- src/others/ime -->
|
|
<file category="sourceC" name="src/others/ime/lv_ime_pinyin.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable pinying support */
|
|
#define LV_USE_IME_PINYIN 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="File Explorer" condition="LVGL-Essential">
|
|
<description>Add a file explorer</description>
|
|
<files>
|
|
<!-- src/others/file_explorer -->
|
|
<file category="sourceC" name="src/others/file_explorer/lv_file_explorer.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable file explorer support */
|
|
#define LV_USE_FILE_EXPLORER 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="Tiny TTF" condition="LVGL-Essential">
|
|
<description>Add the Tiny TTF support</description>
|
|
<files>
|
|
<!-- src/libs/tiny_ttf -->
|
|
<file category="sourceC" name="src/libs/tiny_ttf/lv_tiny_ttf.c" />
|
|
<!-- src/libs/fsdrv -->
|
|
<file category="sourceC" name="src/libs/fsdrv/lv_fs_cbfs.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable tiny ttf support */
|
|
#define LV_USE_TINY_TTF 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="Benchmark" condition="LVGL-Essential">
|
|
<description>Add the official benchmark.</description>
|
|
<files>
|
|
<!-- demos/benchmark -->
|
|
<file category="sourceC" name="demos/benchmark/lv_demo_benchmark.c" />
|
|
<file category="header" name="demos/benchmark/lv_demo_benchmark.h" />
|
|
|
|
<file category="sourceC" name="demos/benchmark/assets/img_benchmark_cogwheel_alpha256.c" />
|
|
<file category="sourceC" name="demos/benchmark/assets/img_benchmark_cogwheel_argb.c" />
|
|
<file category="sourceC" name="demos/benchmark/assets/img_benchmark_cogwheel_chroma_keyed.c" />
|
|
<file category="sourceC" name="demos/benchmark/assets/img_benchmark_cogwheel_indexed16.c" />
|
|
<file category="sourceC" name="demos/benchmark/assets/img_benchmark_cogwheel_rgb.c" />
|
|
<file category="sourceC" name="demos/benchmark/assets/img_benchmark_cogwheel_rgb565a8.c" />
|
|
|
|
<file category="sourceC" name="demos/benchmark/assets/lv_font_benchmark_montserrat_12_compr_az.c.c" />
|
|
<file category="sourceC" name="demos/benchmark/assets/lv_font_benchmark_montserrat_16_compr_az.c.c" />
|
|
<file category="sourceC" name="demos/benchmark/assets/lv_font_benchmark_montserrat_28_compr_az.c.c" />
|
|
|
|
<file category="doc" name="demos/benchmark/README.md" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable demo:bencharmk */
|
|
#define LV_USE_DEMO_BENCHMARK 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
|
|
<component Cgroup="lvgl" Csub="Demo:Widgets" condition="LVGL-Essential">
|
|
<description>Add the demo:widgets</description>
|
|
<files>
|
|
<!-- demos/widgets -->
|
|
<file category="sourceC" name="demos/widgets/lv_demo_widgets.c" />
|
|
<file category="header" name="demos/widgets/lv_demo_widgets.h" />
|
|
|
|
<file category="sourceC" name="demos/widgets/assets/img_clothes.c" />
|
|
<file category="sourceC" name="demos/widgets/assets/img_demo_widgets_avatar.c" />
|
|
<file category="sourceC" name="demos/widgets/assets/img_lvgl_logo.c" />
|
|
</files>
|
|
|
|
<RTE_Components_h>
|
|
|
|
/*! \brief enable demo:widgets support */
|
|
#define LV_USE_DEMO_WIDGETS 1
|
|
</RTE_Components_h>
|
|
|
|
</component>
|
|
</bundle>
|
|
</components>
|
|
|
|
<!-- optional taxonomy section for defining new component Class and Group names -->
|
|
<!--
|
|
<taxonomy>
|
|
</taxonomy>
|
|
-->
|
|
|
|
</package>
|