代码搜索:CS2
找到约 499 项符合「CS2」的源代码
代码结果 499
www.eeworm.com/read/348932/10859787
asm donghua.asm
LIST P=16F877A
#INCLUDE
ERRORLEVEL 2
XCS EQU 20H ;显示器片选0=CS1,1=CS2 ;20H-2FH为位
BZPD EQU 21H ;0
www.eeworm.com/read/418394/10948517
c ht1621.c
/****************************************************
技 术 部:HT1621驱动的6907a液晶的串口驱动模式
创建日期:2009年1月8日
引脚定义:CS1========P1^0
CS2========P1^3
CLK========P1^1
SID========P
www.eeworm.com/read/464533/7156725
c lcd12864.c
#include
#define uint unsigned int
#define uchar unsigned char
#include
#define RS RD2
#define CS2 RD1
#define CS1 RD0
#define E RD4
#define RW RD3
#define
www.eeworm.com/read/436461/7769598
h lcd drive.h
/***** LCD驱动 *****/
//proteus仿真论坛:http://proteus.5d6d.com
#include
#define uchar unsigned char
#define uint unsigned int
#define E P34
#define RW P33
#define DI P32
#define CS2 P
www.eeworm.com/read/486147/6543969
bak top.v.bak
module liid(
input clk,
input rst_n,
output hsync,//行同步信号
output vsync,//场同步信号
output vga_r,
output vga_g,
output vga_b,
input cs1,
input cs2,
input cs4,
input cs5,
input
www.eeworm.com/read/486147/6543971
v top.v
module liid(
input clk,
input rst_n,
output hsync,//行同步信号
output vsync,//场同步信号
output vga_r,
output vga_g,
output vga_b,
input cs1,
input cs2,
input cs4,
input cs5,
input
www.eeworm.com/read/252840/12261264
plg cs2.plg
Build Log
--------------------Configuration: cs2 - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"Deb
www.eeworm.com/read/337890/12334285
h lcm320240.h
#ifndef LCM320240_H
#define LCM320240_H
#include "config.h"
#define RST 0x00000400 /* P0.10 */
#define CS1 0x00000800 /* P0.11 */
#define CS2 0x00008000 /* P0.15 */
#define BU
www.eeworm.com/read/164980/10079731
a51 19264asm.a51
Enable bit P2.0
RW bit P2.2
DI bit P2.3
cs1 bit P2.7
cs2 bit P2.6
cs3 bit P2.5
ORG 0000H
LJMP MAIN
ORG 0100H
dispon:
PUSH DPH
www.eeworm.com/read/238783/13325835
c main.c
#include
#include
#define uchar unsigned char
extern void config();
#define CS0 XBYTE[0x0fff]
#define CS1 XBYTE[0x1fff]
#define CS2 XBYTE[0x2fff]
#define CS3