登录
首页 » VHDL » module_tft

module_tft

于 2014-12-11 发布 文件大小:137KB
0 186
下载积分: 1 下载次数: 10

代码说明:

  TFT 液晶屏显示,通过按键,显示不同的曲线(TFT LCD display)

文件列表:

module_tft
..........\data_fifo.bsf,3088,2014-10-12
..........\data_fifo.qip,458,2014-10-12
..........\data_fifo.v,6375,2014-10-12
..........\data_fifo_bb.v,5418,2014-10-12
..........\data_fifo_inst.v,188,2014-10-12
..........\db
..........\..\altsyncram_m7k1.tdf,37596,2014-10-12
..........\..\a_dpfifo_9j31.tdf,3360,2014-10-12
..........\..\a_fefifo_t7e.tdf,4552,2014-10-12
..........\..\cntr_as7.tdf,3732,2014-10-12
..........\..\cntr_urb.tdf,3754,2014-10-12
..........\..\dpram_6g11.tdf,2418,2014-10-12
..........\..\logic_util_heursitic.dat,22220,2014-10-13
..........\..\prev_cmp_top_control.qmsg,146071,2014-10-13
..........\..\scfifo_2d31.tdf,2422,2014-10-12
..........\..\top_control.db_info,155,2014-11-11
..........\..\top_control.ipinfo,178,2014-11-11
..........\..\top_control.sld_design_entry.sci,217,2014-11-11
..........\greybox_tmp
..........\...........\cbx_args.txt,282,2014-10-12
..........\incremental_db
..........\..............\compiled_partitions
..........\..............\...................\top_control.db_info,155,2014-11-07
..........\..............\...................\top_control.root_partition.cmp.dfp,33,2014-10-13
..........\..............\...................\top_control.root_partition.cmp.kpt,204,2014-10-13
..........\..............\...................\top_control.root_partition.cmp.logdb,4,2014-10-13
..........\..............\...................\top_control.root_partition.map.dpi,2984,2014-10-13
..........\..............\...................\top_control.root_partition.map.kpt,6311,2014-10-13
..........\..............\htm" target=_blank>README,653,2014-10-12
..........\key_behave.v,1627,2014-10-12
..........\key_behave.v.bak,1544,2014-10-12
..........\key_control.v,6238,2014-10-12
..........\key_control.v.bak,92,2014-10-12
..........\key_module.v,1582,2014-10-12
..........\key_module.v.bak,1345,2014-10-12
..........\tft_clear.v,3729,2014-10-12
..........\tft_clear.v.bak,124,2014-10-11
..........\tft_drawpoint.v,3542,2014-10-12
..........\tft_drawpoint.v.bak,477,2014-10-12
..........\tft_init.v,14271,2014-10-13
..........\tft_init.v.bak,66,2014-10-09
..........\tft_interface.v,5795,2014-10-13
..........\tft_interface.v.bak,273,2014-10-09
..........\tft_write.v,1331,2014-10-13
..........\tft_write.v.bak,93,2014-10-12
..........\top_control.asm.rpt,7320,2014-10-13
..........\top_control.done,26,2014-10-13
..........\top_control.fit.rpt,188957,2014-10-13
..........\top_control.fit.smsg,567,2014-10-13
..........\top_control.fit.summary,808,2014-10-13
..........\top_control.flow.rpt,7546,2014-10-13
..........\top_control.jdi,235,2014-10-13
..........\top_control.map.rpt,131865,2014-10-13
..........\top_control.map.summary,629,2014-10-13
..........\top_control.pin,23703,2014-10-13
..........\top_control.qpf,1280,2014-10-08
..........\top_control.qsf,2929,2014-11-07
..........\top_control.qws,3516,2014-11-11
..........\top_control.sof,458647,2014-10-13
..........\top_control.sta.rpt,320599,2014-10-13
..........\top_control.sta.summary,954,2014-10-13
..........\top_control.v,1852,2014-10-12
..........\top_control.v.bak,70,2014-10-08
..........\top_control_assignment_defaults.qdf,57535,2014-11-07
..........\write_reg.v,1914,2014-10-12
..........\write_reg.v.bak,97,2014-10-10

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DatamemoryEEPROM24C02
    /*EEPROM24C02,程序将对存储器进行读和写,因此涉及到键盘程序,比较复杂,耐心学,*/#include <reg51.h>#include <intrins.h>#define W24C020xA0//存储器的写地址 #define R24C02 0xA1 //存储器的读地址 #define MSB 0x80 //8位二进制最高位置1 #define LSB 0x01 //8位二进制最低位置1 (/* EEPROM24C02, program will read and write memory, it involves the keyboard program, more complex, patient study,* /# include <reg51.h># Include <intrins.h># Define W24C020xA0// write the memory address# define R24C02 0xA1// read memory address# define MSB 0x80// 8 bit binary highest position 1# define LSB 0x01// 8 bit binary lowest 1)
    2010-06-05 18:30:50下载
    积分:1
  • czchengxu
    基于52单片机的智能定时插座,用LCD1602显示,可显示时间和温度(Based on 52 single-chip intelligent timer socket, with the LCD1602 display, can display time and temperature)
    2021-04-18 10:18:57下载
    积分:1
  • 通道ADC
    说明:  msp430芯片内部ad12模数转换程序源码。。(MSp430 chip internal Ad12 analog-to-digital conversion program source code.)
    2020-06-18 03:40:01下载
    积分:1
  • STEP
    基于51单片机的计步器程序加Proteus仿真,实现记步(Plus Proteus simulation to achieve record 51 single step pedometer-based program)
    2014-04-27 14:38:30下载
    积分:1
  • 18B20
    51单片机,结合DS18B20温度传感器,实现对温度的采集,通过数码管显示(51 single-chip, combining DS18B20 temperature sensors, temperature acquisition, through a digital display)
    2016-05-01 13:53:13下载
    积分:1
  • 08---Body-electrical-system
    Daewoo Tico Electrical diagrams
    2016-06-25 18:34:07下载
    积分:1
  • bq20zxx
    针对TI的BQ208X,20ZXX,BQ3060等GasGauge读取程序,SMBUS通讯方式,单片机采用Microchip的PIC16F877(For TI' s BQ208X, 20ZXX, BQ3060 and other GasGauge reading program, SMBUS communication, PIC16F877 microcontroller using Microchip' s)
    2010-12-06 09:13:41下载
    积分:1
  • zhiliudianjitiaoshi
    这是一个用汇编语言写的关于直流电机调速的程序,里面包括系统框图程序清单和实验总结。(This is a compilation of the language used to write on the DC motor speed control procedures, which include system block diagram of the experimental list and summary procedures.)
    2007-12-25 15:37:50下载
    积分:1
  • HI2C_C51
    说明:  此软件包是以查询方式完成各种总线操作的,在使用前应对总线进行检查,并 * 使用看门狗,以防等待总线而造成死机。(This package is for all manner of operation of the bus, the bus should be used before the inspection, and* Use watchdog to prevent and wait for the bus caused lockups.)
    2006-03-22 14:42:39下载
    积分:1
  • USB
    ATMEMA16 写的飞利浦的D12 USB接口芯片的程序 编译环境为ICC AVR(ATMEMA16 write Philips D12 USB interface chip process for the ICC AVR compiler environment)
    2010-06-29 12:38:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载