Loading

摘要: 定义页面布局 /** * 主页面布局数组 * * 该数组定义了主页面上各图标的位置和对应的图像文件名。数组中的每个元素代表一个图标, * 其中各个字段含义如下: * - iTopLeftX: 图标左上角X轴坐标 * - iTopLeftY: 图标左上角Y轴坐标 * - iBotRightX: 图标右 阅读全文
posted @ 2024-04-11 22:25 阿四与你 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 打开驱动程序得到显存。 写显示操作结构体 #ifndef _DISP_MANAGER_H #define _DISP_MANAGER_H // 包含显示操作相关的定义和结构体 #include <pic_operation.h> // 显示操作结构体,定义了显示设备的操作接口 typedef str 阅读全文
posted @ 2024-04-11 15:00 阿四与你 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 写主函数和测试功能 #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <config.h> #include <draw.h> #include <encoding_manager.h> #include <fon 阅读全文
posted @ 2024-04-11 09:33 阿四与你 阅读(1) 评论(0) 推荐(0) 编辑