freertos_f407/User/system/sgl
许晟昊 9f04900092 Add textline, unzip image, and window widgets
- Implemented sgl_textline widget for displaying multi-line text with customizable properties such as font, color, and background.
- Added sgl_unzip_image widget to handle compressed image data, including drawing with transparency and color replacement.
- Created sgl_win widget for window management, featuring title text, close button, and customizable appearance attributes.
- Each widget includes necessary functions for creation, property setting, and rendering.
2026-03-23 13:07:16 +08:00
..
core Add textline, unzip image, and window widgets 2026-03-23 13:07:16 +08:00
draw Add textline, unzip image, and window widgets 2026-03-23 13:07:16 +08:00
fonts Add textline, unzip image, and window widgets 2026-03-23 13:07:16 +08:00
include Add textline, unzip image, and window widgets 2026-03-23 13:07:16 +08:00
mm Add textline, unzip image, and window widgets 2026-03-23 13:07:16 +08:00
widgets Add textline, unzip image, and window widgets 2026-03-23 13:07:16 +08:00
build.cmake Add textline, unzip image, and window widgets 2026-03-23 13:07:16 +08:00
lm.cfg Add textline, unzip image, and window widgets 2026-03-23 13:07:16 +08:00
sgl.h Add textline, unzip image, and window widgets 2026-03-23 13:07:16 +08:00
sgl_config.h Add textline, unzip image, and window widgets 2026-03-23 13:07:16 +08:00