• 大小: 1018KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: 其他
  • 标签: linux  Arm  C语言  

资源简介

需要进行编译,是一款基于linux开发简易电子相册,存储的照片以文件的方式读取,有居中和缩放,可快速切换照片

资源截图

代码片段和文件信息

#include
#include
#include
#include
#include
#include
#include
#include“kernel_list.h“

#include
#include
#include
#include
#include
#include
#include
#include

#include“bmp.h“

//存放图片名字的大结构体
typedef struct dirname
{
char name[20];
struct list_head list;
}dname*linkdname;

enum spectrum{right =1 left };

//将文件中的jgp和bmp图片的名字存在链表中
linkdname rddir(char *argv1);

//初始化链表
linkdname init_list(void);

//添加新节点
void addname(char *name linkdname head);

//打印链表内容
void show(linkdname head);

//初始化lcd
char *init_lcd(struct fb_var_screeninfo *vinfo);

//显示图片
void showimg(char *name);

//LCD模块
enum spectrum touch(void);

//主函数
int main(int argc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1995  2018-08-10 11:36  showimg\inc\bmp.h

     文件        918  2018-08-10 11:36  showimg\inc\jpg.h

     文件       8102  2018-08-13 17:21  showimg\inc\kernel_list.h

     文件       8224  2018-08-10 11:36  showimg\lib\libbmp.so

     文件    1577860  2018-08-09 11:01  showimg\lib\libjpeg.a

     文件        922  2018-08-09 11:01  showimg\lib\libjpeg.la

     文件    1038556  2018-08-09 11:01  showimg\lib\libjpeg.so.9

     文件    1038556  2018-08-09 11:01  showimg\lib\libjpeg.so.9.1.0

     文件       8224  2018-08-10 11:36  showimg\lib\libjpg.so

     文件       5476  2018-08-15 17:46  showimg\main2.c

     文件        984  2018-08-10 15:40  showimg\Makefile

     文件       7468  2018-08-09 11:01  showimg\showimg

     文件       1477  2018-08-10 11:36  showimg\showimg.c

     文件       2424  2018-08-10 11:36  showimg\src\bmp.c

     文件       4043  2018-08-10 11:36  showimg\src\jpg.c

     目录          0  2018-08-16 12:12  showimg\inc

     目录          0  2018-08-16 12:11  showimg\lib

     目录          0  2018-08-15 15:47  showimg\src

     目录          0  2018-08-16 12:11  showimg

----------- ---------  ---------- -----  ----

              3705229                    19


评论

共有 条评论