代码搜索:CS2
找到约 499 项符合「CS2」的源代码
代码结果 499
www.eeworm.com/read/341754/12067415
c ks0108.c
#include
#include
#include "KS0108.H"
sbit CS1 = P3^4; // LOW Select First 64 Cols
sbit CS2 = P3^5; // LOW Select Second 64 Cols
sbit RST= P1^4; // Reset ,Low significant
www.eeworm.com/read/15240/442331
txt idp_notes.txt
Notes on the Vibren PXA255 IDP.
Chip select usage:
CS0 - flash
CS1 - alt flash (Mdoc or main flash)
CS2 - high speed expansion bus
CS3 - Media Q, low speed exp bus
CS4 - low speed exp bus
CS5 - low
www.eeworm.com/read/16871/697988
h 12864.h
#ifndef _12864_H_
#define _12864_H_
void delay(uint z)
{
uint x,y;
for(z=x;x>0;x--)
for(y=10;y>0;y--);
}
void LCD_choose(uchar cs) //选屏
{
switch(cs)
{
case 0:cs1=0;cs2=1;break;
www.eeworm.com/read/17071/713799
txt idp_notes.txt
Notes on the Vibren PXA255 IDP.
Chip select usage:
CS0 - flash
CS1 - alt flash (Mdoc or main flash)
CS2 - high speed expansion bus
CS3 - Media Q, low speed exp bus
CS4 - low speed exp bus
CS5 - low
www.eeworm.com/read/28511/871237
h lcd12864.h
#ifndef __LCD12864_H__
#define __LCD12864_H__
#define uchar unsigned char
#define uint unsigned int
sbit rw = P1^3;
sbit e = P1^4;
sbit rs = P1^5;
sbit cs1 = P1^7;
sbit cs2
www.eeworm.com/read/28423/998388
c text1.c
#include
#include"zifuku.h"
//#include "delay11us().c"
//#include "PCF8563().C"
#define uchar unsigned char
#define uint unsigned int
sbit CS1=P2^0; //LCD右屏幕
sbit CS2=P2^1; //LCD
www.eeworm.com/read/28675/1005065
h lcd12864.h
#ifndef __LCD12864_H__
#define __LCD12864_H__
#define uchar unsigned char
#define uint unsigned int
sbit rw = P1^3;
sbit e = P1^4;
sbit rs = P1^5;
sbit cs1 = P1^7;
sbit cs2
www.eeworm.com/read/37247/1070051
12864
#ifndef _12864_H_
#define _12864_H_
void delay(uint z)
{
uint x,y;
for(z=x;x>0;x--)
for(y=10;y>0;y--);
}
void LCD_choose(uchar cs) //选屏
{
switch(cs)
{
case 0:cs1=0;cs2=1;break;
www.eeworm.com/read/494783/1156163
txt idp_notes.txt
Notes on the Vibren PXA255 IDP.
Chip select usage:
CS0 - flash
CS1 - alt flash (Mdoc or main flash)
CS2 - high speed expansion bus
CS3 - Media Q, low speed exp bus
CS4 - low speed exp bus
CS5 - low
www.eeworm.com/read/489559/1220399
txt idp_notes.txt
Notes on the Vibren PXA255 IDP.
Chip select usage:
CS0 - flash
CS1 - alt flash (Mdoc or main flash)
CS2 - high speed expansion bus
CS3 - Media Q, low speed exp bus
CS4 - low speed exp bus
CS5 - low