# Integration (/integration)



Seamlessly connect your LVGL Pro Editor projects with embedded platforms, development environments, and build systems.

General [#general]

<Cards>
  <Card icon="<FileCode />" href="./using-exported-c-code" title="Using Exported C Code">
    Compile and integrate generated C code directly into your embedded firmware.
  </Card>

  <Card icon="<FileText />" href="./loading-xml-files" title="Loading XML at Runtime">
    Load and parse XML files at runtime without recompiling your application.
  </Card>
</Cards>

Ecosystems [#ecosystems]

<Cards>
  <Card icon="<Code />" href="./cmake" title="CMake">
    Add LVGL Pro Editor projects to CMake-based build systems.
  </Card>

  <Card icon="<Server />" href="./zephyr" title="Zephyr RTOS">
    Configure CMake and Kconfig integration for Zephyr-based embedded projects.
  </Card>

  <Card icon="<Terminal />" href="./arduino-ide" title="Arduino IDE">
    Set up exported C code in Arduino sketches with proper folder structure and include paths.
  </Card>

  <Card icon="<Cpu />" href="./renesas" title="Renesas">
    Integrate with e2 Studio IDE and VS Code extensions for Renesas microcontrollers.
  </Card>
</Cards>
