add lcd image icon rendering

This commit is contained in:
2026-06-25 15:19:13 +08:00
parent b3bb7002cd
commit eaac33eb04
12 changed files with 54282 additions and 96129 deletions

10
main/write.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef WRITE_H
#define WRITE_H
#include <stdint.h>
#define LCD_NO_ICON 0xFFFF
void lcd_play_image(uint16_t image_id, uint16_t icon_id, uint16_t x, uint16_t y, uint32_t delay_ms);
#endif