万州网站建设果园路,wordpress 重定向函数,黑龙江住房和城乡建设部网站,河北省建设工程安全生产网站一、准备工作
1.1 BMP格式图片 参考:BMP格式详解获取“BMP格式详解”文档里的图片,命名为Logo.bmp将Logo.bmp图片放到U盘里,U盘格式FAT32二、实例代码
2.1 代码结构
TextPkg/ ├── Display.c ├── GetFile.c ├── Test.c ├── Test.dsc ├── Test.h └── Tes…一、准备工作
1.1 BMP格式图片
参考:BMP格式详解获取“BMP格式详解”文档里的图片,命名为Logo.bmp将Logo.bmp图片放到U盘里,U盘格式FAT32二、实例代码
2.1 代码结构
TextPkg/ ├── Display.c ├── GetFile.c ├── Test.c ├── Test.dsc ├── Test.h └── Test.inf
GetFile.c 从U盘里读取Logo.bmp文件Display.c 判断bmp格式并解析,将解析后的图片显示到屏幕上2.2 GetFile.c
/** @fileThe application to print hello word.Copyright (c) 2011 - 2017, Intel Corporation. All rights reserved.BR
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full tex