代码搜索结果

找到约 10,000 项符合 Display 的代码

led_display.vhd.bak

library ieee; use ieee.std_logic_1164.all; use work.p_alarm.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; entity led_display is port ( displayseg: t_display; clk :

gps_display_release.c

/* ; 使用AVR单片机解析出GPSRM数据段的信息,提取时间、经纬度、指示出南北半球及东西经、日期、以及当前数据是否有效的标识位, ; 并将这些信息显示在1602液晶屏上。 ; ; 网站: http://www.ruixuedz.cn ;email: unaided@tom.com ; 作者: 老蒋 */ #include //包含自定义常量

gps_display_release.plg

Build Log --------------------Configuration: gps_display_release - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DO

gps_display_release.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

gps_display_release.dsp

# Microsoft Developer Studio Project File - Name="gps_display_release" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "W

display_320_240.c

#include #include #include "display_fun.h" #ifndef uchar #define uchar unsigned char #endif sbit lcd_a0=P3^7; sbit lcd_cs=P1^3; sbit lcd_rst=P1^4; sbit lcd_wr=P3^6;