可视化拖放 LVGL 编辑器。
PicoPixel 更新日志
每个版本的新功能、改进和修复。
追踪 PicoPixel 可视化 LVGL 编辑器的每一次更新。我们定期发布改进——从新控件支持和模拟器增强到协作功能和代码导出改进。查看所有功能,或想要请求新功能?访问我们的 GitHub 或加入 Discord。
March 25, 2026
v0.8.2
Fixed
- Grouped widget assets now preserve group hierarchy during instantiation instead of flattening children
- New widget name counter increments from current highest number rather than reusing last created index
- LVGL widget assets no longer require a page refresh to render after memory allocation during init
Changed
- Update speedometer example template post grouping and font fix
March 8, 2026
v0.8.1
Fixed
- Resolved an issue where LVGL widgets placed inside a canvas group could sometimes be missing from the exported C code
- The preview panel now correctly detects LVGL widgets nested within non-LVGL canvas objects
February 25, 2026
v0.8.0
Fixed
- Custom font export now produces correct, standalone C source files — previously exported fonts could fail to compile or load at runtime
- Font identifiers in generated code are now guaranteed to be valid C names, preventing build errors with certain font names
- Fonts created before this fix now show a clear warning during export and gracefully fall back to the default font
Changed
- Improved security of the backend font conversion pipeline
February 16, 2026
v0.7.0
Added
- Cross-file copy/paste — widgets now carry their fonts and images when pasted between files
- Image Fit/Crop mode — resize images proportionally or crop, with matching C code export
- LVGL groups can now be freely moved within screen hierarchies
- Library fonts are now available across all workspaces
Changed
- New branded loading animation replaces the previous splash screen loader
- Streamlined context menu with LVGL-relevant actions only
- Improved performance for background tabs and large project layouts
- Removed legacy drawing tools (pen, path, curve) to simplify the editor
Fixed
- Widget drag and scaling no longer behaves erratically during group moves
- Background color and opacity now clear correctly when toggling styles off
- Asset panel no longer shows duplicate ghost images
February 14, 2026
v0.6.0
Added
- PicoPixel is live — open beta launch
- Visual drag-and-drop LVGL editor with full widget palette
- Live LVGL simulator powered by WebAssembly
- Production-ready C code export (LVGL 8.x) with no proprietary dependencies
- Real-time collaborative editing with live cursors and annotations
- Built-in version control with session history and rollback
- Visual events editor for wiring widget interactions without code
- Reusable assets library for widgets, images, fonts, and colors
- Shareable simulator links for team and client reviews
- Custom font management with automatic LVGL conversion
Known Issues
- Widget animations are not yet supported in the editor or export
- Events editor flow needs additional testing — some edge cases may not export correctly
- Minor UI quirks in the property panel under certain widget configurations
- Performance may degrade on very large projects with 50+ screens
- This is an open beta — core workflows are stable, and we are actively shipping improvements