CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - 屏幕

搜索资源列表

  1. win_ctl

    0下载:
  2. 字符终端屏幕菜单控制程序,用于服务器/终端的界面控制-Character terminal screen menu control procedures for server/terminal interface control
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-07
    • 文件大小:1747
    • 提供者:wdp
  1. ts_calibrate

    0下载:
  2. 屏幕校准,有了就不需要在校准;获取点击平均AD值,只有当抬起的时候才返回AD值-With the calibration does not need the screen calibration obtain clicks average AD value, only when the lift when it returns to the AD value
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:2983
    • 提供者:
  1. ILI9486_HSD3[1].5_G2.2

    1下载:
  2. ILI9486驱动代码。3.5寸屏幕,网上决定找不到的好资料。今天奉献了-ILI9486 driver code. 3.5-inch screen, online, decided not found good information. Dedication today! !
  3. 所属分类:Driver develop

    • 发布日期:2015-01-12
    • 文件大小:1024
    • 提供者:feng
  1. screen-saver

    0下载:
  2. 里面包含了画图用的 颜色区分 用来写屏幕保护程序 一级一些小游戏-Which contains a drawing with color-coded screen saver used to write a small game
  3. 所属分类:Driver develop

    • 发布日期:2017-12-07
    • 文件大小:10092
    • 提供者:方彦永
  1. 12864

    0下载:
  2. 12864液晶串行显示,时钟显示,可以在屏幕上显示任意你想输入 的字符 以及汉子-12864 serial LCD display, clock display, you can display on the screen you want to enter any of the characters, and man
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:2626
    • 提供者:蔡红卫
  1. fb.c.tar

    0下载:
  2. 7寸lcd屏幕测试程序,lcd为rgb32类型,基于linux的帧缓存驱动测试。-7 inch lcd screen test procedures, lcd is rgb32 type, based on the linux framebuffer driver testing.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-03
    • 文件大小:1126
    • 提供者:yiheng
  1. cp

    0下载:
  2. 编写一个程序,实现将一个目录的所有内容复制到另一个目录的功能。要求: 源文件(目录)和目标文件(目录)的属主、权限等信息保持一致; 每复制一个文件(目录),在屏幕提示相应信息; 当遇到符号链接文件时,显示该文件为链接文件,不复制。-Write a program to achieve copy all contents of a directory to another directory functions. Requirements: source file (directory
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:1038
    • 提供者:冯妮
  1. lcd

    0下载:
  2. 基于ARM S3C6410的LCD的驱动,实现了在大小为480*272的屏幕上实现一张图片的显示-The driver of LCD for ARM S3C6410,This code can display a picture on the LCD in the size of 480*272
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:9581
    • 提供者:岳云
  1. jinchegndechuangjian

    0下载:
  2. 编写一段源程序,使系统调用fork()创建两个子进程,当此程序运行时,在系统中有 一个父进程和两个子进程活动。让每一个进程在屏幕上显示一个字符:父进程显示字符“a” 子进程分别显示字符“b”和字符“c”。试观察纪录屏幕上的显示结果,并分析原因。-Write a program, make the system call fork () to create two sub process, when running, the system is A process and the
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4302
    • 提供者:付小杰
  1. touchscreen

    0下载:
  2. 基于TQ2440开发板的触摸屏功能的实现,有屏幕校验功能,是裸机程序,在uboot中开发,使用的是3.4.5的交叉编译器-TQ2440 touchscreen
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:36988
    • 提供者:wangxiancai
  1. LED12Control

    1下载:
  2. 控制led控制卡,P3.75,12扫的点阵屏幕-Control of the LED control card, P3.75,12 and dot matrix screen
  3. 所属分类:Driver develop

    • 发布日期:2017-06-19
    • 文件大小:28120064
    • 提供者:高月奏
  1. eli9806e_wvga

    0下载:
  2. eli9806e lcd屏幕spi接口驱动-eli9806e lcd screen , spi interface driver
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4023
    • 提供者: 胡金智
  1. jd9161_wvga

    2下载:
  2. 此文件为mediatek平台下面的jd9161屏幕驱动文件,用的驱动接口类型是spi接口。- This file is mediatek platform following jd9161 screen drivers, driver interface type using spi interface.
  3. 所属分类:Driver develop

    • 发布日期:2015-12-13
    • 文件大小:3072
    • 提供者: 胡金智
  1. myshell

    3下载:
  2. 一个自己写的shell,其功能如下: 1) cd <directory> ——把当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录。如该目录不存在,会出现合适的错误信息。这个命令也可以改变PWD 环境变量。 2) clr ——清屏。 3) <directory> ——列出目录<directory>的内容。 4) environ ——列出所有的环境变量。 5) echo &l
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4060
    • 提供者:jun
  1. hx8394a_hd720_dsi_vdo_truly(MT6589)

    0下载:
  2. 液晶显示屏幕驱动 hx8394a_hd720_dsi_vdo_truly(MT6589)-LCD screen driver hx8394a_hd720_dsi_vdo_truly(MT6589)
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3410
    • 提供者:杨波
  1. m080wx01b_mipi_lcd

    0下载:
  2. hx8394-a液晶显示屏幕驱动 m080wx01b_mipi_lcd-hx8394-a LCD screen driver m080wx01b_mipi_lcd
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:6473
    • 提供者:杨波
  1. AUO5.5PHX8394F

    1下载:
  2. 液晶显示屏幕驱动 AUO5.5+HX8394F-LCD screen driver AUO5.5+HX8394F
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:674
    • 提供者:杨波
  1. atmel_lcdfb_driver_for_linux

    0下载:
  2. linux驱动lcd液晶屏幕的驱动程序,lcd液晶驱动, AT91sam9263板子液晶屏驱动的详细步骤和方法,我的屏幕是640x480,牌子三菱。用的atmel的arm9驱动lcd display;修改linux内核源码linux内核驱动源码; 换屏幕需要修改3个文件,lcd驱动如何编写,如何修改lcd驱动,linux液晶驱动,linux frame buffer驱动 /////////////////////////////////////////////////////// 一
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:15456
    • 提供者:林端
  1. lcd_3.5_4.3

    0下载:
  2. 嵌入式LINUX操作系统LCD屏驱动代码,兼容JZ2440板子3.5和4.3屏幕-linux lcd drive source code
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:154455
    • 提供者:your name
  1. LCD

    0下载:
  2. 可以把系统的所有图片搜索出来,然后依次显示在lcd屏幕上-the program can show all the picture that find int the running system,also,that include the picture about bmp or jpeg.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-09
    • 文件大小:1642635
    • 提供者:李振德
« 12 »
搜珍网 www.dssz.com