freertos_f407/Core/Src
许晟昊 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
..
dma.c Implement DMA for USART1 reception and update FreeRTOS configuration 2025-09-10 00:48:06 +08:00
freertos.c 增加USB 2025-03-12 00:37:12 +08:00
gpio.c 增加USB 2025-03-12 00:37:12 +08:00
main.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
rtc.c 更新SD读写,用DMA失败 2025-01-21 16:23:43 +08:00
sdio.c lcd154完成 2025-01-21 23:56:10 +08:00
spi.c lcd154完成 2025-01-21 23:56:10 +08:00
stm32f4xx_hal_msp.c 增加USB 2025-03-12 00:37:12 +08:00
stm32f4xx_hal_timebase_tim.c 增加USB 2025-03-12 00:37:12 +08:00
stm32f4xx_it.c Add textline, unzip image, and window widgets 2026-03-23 13:07:16 +08:00
system_stm32f4xx.c init 2025-01-21 11:00:48 +08:00
usart.c Implement DMA for USART1 reception and update FreeRTOS configuration 2025-09-10 00:48:06 +08:00