摘要: RGB565转BMP #include <string.h> #include <stdlib.h> #include <stdio.h> #define BMP_W 120#define BMP_H 80 char bmp_map[] = { } #define BI_BITFIELDS 0x3 阅读全文
posted @ 2022-05-10 10:11 panda_w 阅读(755) 评论(1) 推荐(0)