updated README

This commit is contained in:
Klaus Musch 2024-03-12 19:55:37 +01:00 committed by GitHub
parent 7b4955c8dd
commit c8dc5267bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -44,10 +44,13 @@ As a long term goal, maybe a prebuild firmware will be published, where you can
### LVGL GUI simulator for Windows and Linux ### LVGL GUI simulator for Windows and Linux
A simulator for running the LVGL UI on your local Windows or Linux machine is available. You can run the simulator in Visual Studio Code with PlatformIO. No need for any other compiler or development environment (no Visual Studio needed as often done in other LVGL simulators). A simulator for running the LVGL UI on your local Windows or Linux machine is available.
You can run the simulator in Visual Studio Code with PlatformIO. No need for any other compiler or development environment (no Visual Studio needed as often done in other LVGL simulators).
<div align="center"> <div align="center">
<img src="images/GUI_sliding_demo.gif" width="50%"> <img src="images/WindowsSimulator.gif" width="60%">
</div> </div>
For details, please see the [wiki for the software simulator for fast creating and testing of LVGL GUIs.](https://github.com/CoretechR/OMOTE/wiki/03-Software-simulator-for-fast-creating-and-testing-of-LVGL-GUIs) For details, please see the [wiki for the software simulator for fast creating and testing of LVGL GUIs.](https://github.com/CoretechR/OMOTE/wiki/03-Software-simulator-for-fast-creating-and-testing-of-LVGL-GUIs)
### Building the hardware ### Building the hardware