代码搜索:CS2
找到约 499 项符合「CS2」的源代码
代码结果 499
www.eeworm.com/read/276193/6285747
c hg12864_test_0key.c
#include "lpc2294.h"
#include "config.h"
//GPIO0
#define BUS_NO 4
#define CS1 12
#define CS2 13
#define RST 14
#define DI 15
#define E 17
#define RW 18
#define SCS1() IO0SET=1
www.eeworm.com/read/262844/11388114
h drive_functions.h
#include
#define uchar unsigned char
#define uint unsigned int
#define RST P20
#define E P21
#define RW P22
#define DI P23
#define CS2 P24
#define CS1 P25
#define UP 1
www.eeworm.com/read/407683/11412149
c p 12864.c
#include
sbit cs2=P2^3;
sbit cs1=P2^4;
sbit rs=P2^5;
sbit rw=P2^6;
sbit en=P2^7;
unsigned char gx,gy;
unsigned char code light[8][4][8] = {
/*
www.eeworm.com/read/348156/11609320
c glcd.c
#include
//#include
unsigned char data LCDCont = 0x00; //00100000, [CS1] [CS2] [write] [command]
unsigned char idata address;
//unsigned char code space= {0x0 , 0x0 , 0x0 , 0x
www.eeworm.com/read/257992/11897143
c cat5113.c
#include "CAT5113.h"
#include "Eprom.h"
code uchar MaxA = 93;
code uchar MinA = 50;
uchar xdata CAT_A = 93;
uchar xdata CAT_B = 100;
#define CS1 P1_4
#define CS2 P1_5
#define INC P1_6
#de
www.eeworm.com/read/228013/14403457
h drive_functions.h
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define RST P20
#define E P21
#define RW P22
#define DI P23
#define CS2 P24
#define CS1 P25
www.eeworm.com/read/19167/820840
c p 12864.c
#include
sbit cs2=P2^3;
sbit cs1=P2^4;
sbit rs=P2^5;
sbit rw=P2^6;
sbit en=P2^7;
unsigned char gx,gy;
unsigned char code light[8][4][8] = {
/*
www.eeworm.com/read/268808/11120577
h drive_functions.h
#include
#define uchar unsigned char
#define uint unsigned int
#define RST P20
#define E P21
#define RW P22
#define DI P23
#define CS2 P24
#define CS1 P25
#define UP 1
www.eeworm.com/read/411036/11258926
h drive_functions.h
#include
#define uchar unsigned char
#define uint unsigned int
#define RST P20
#define E P21
#define RW P22
#define DI P23
#define CS2 P24
#define CS1 P25
#define UP 1
www.eeworm.com/read/389945/8491926
asm ocmj8x10d.asm
;****************************************************
BUSY EQU P3.0
INT EQU P3.1
CS1 EQU P3.2 ;L有效
CS2 EQU P3.3 ;H有效
RS EQU P3.4 ;L:存取缓存器,H:存取DDRAM
WR EQU P3.5 ;L有效
RD EQU P3.6