A curated collection of example projects for EEZ Studio.
This repository contains ready-to-use example projects that demonstrate various features and capabilities of EEZ Studio. Browse and download examples directly from within EEZ Studio's Examples tab.
Examples are organized by project type and complexity:
- Dashboard - Data visualization, charts, and control panel examples
- EEZ-GUI - Embedded GUI examples using EEZ Framework
- LVGL - Examples using the LVGL graphics library
- Open EEZ Studio
- Go to the Examples tab
- Browse available examples
- Click on an example to create a new project based on it
- Clone this repository or download individual examples
- Open the
.eez-projectfile in EEZ Studio
We welcome community contributions! To submit your own example:
- Fork this repository
- Add your
.eez-projectfile(s) inside theexamplesfolder under the appropriate subfolder - Submit a pull request
Each .eez-project file must have the following properties defined inside Settings → General:
| Property | Required | Description |
|---|---|---|
| Description | Yes | Brief description of what the example demonstrates |
| Image | Yes | Preview image for the example |
| Keywords | Yes | Search keywords for discoverability |
| Target Platform | No | Hardware platform the example targets |
| Target Platform Link | No | URL to the target platform documentation |
Note: The example name displayed in EEZ Studio is extracted from the
.eez-projectfilename (excluding the extension). Choose your filename carefully.
All pull requests must be approved by the EEZ team. Each .eez-project file is subject to a comprehensive inspection to ensure it does not contain malicious code.
- Clean, well-documented project structure
- Brief description of what the example demonstrates
- Screenshot or preview image (recommended)
- EEZ Studio - Cross-platform visual development tool
- EEZ Project Templates - Starter templates for new projects
- EEZ Framework - Embedded GUI framework
This project is licensed under the MIT License - see the LICENSE file for details.
Individual examples may have their own licenses as specified by their authors.