Changelog¶
All notable changes to mGui are documented here.
The format follows Keep a Changelog.
[Unreleased]¶
Added¶
Changed¶
-
Fixed¶
-
0.2.103 — 2026-04-12¶
First beta release.
- Small memory footprint(approx 150Kb with nearly all the major widgets).
- Widget supported: Radio button, slider, arc, dropdown, progress bar, roller, text edit, num keypad, alphanum keyboard, message box, waveform, image, container and calendar.
- Currently single layer only, but supports multiple layers in the future.
- Tested with RGB656 with RP2040 hardware.
- Live simulator for fast prototyping, which also generates C code for the UI. Generates with RGB565, will support other color option in future.
- Release contains ARM M0, M4 and M7 targets.
Notes - Rebuild using CMake (out-of-tree recommended). - See the mgui.dev website for build instructions.
If you spot issues, please open an issue with steps to reproduce.