今天小编要和大家分享的是嵌入式技术相关信息,接下来我将从AM12864点阵液晶屏的C语言测试程序,【编译器】使用visual studio编写c语言程序(附若干异常解决方案)这几个方面来介绍。
嵌入式技术相关技术文章AM12864点阵液晶屏的C语言测试程序
AM12864测试程序(C语言)
/********************************************/
/* AM12864测试程序 1.0 */
/* Designed by Andorin LCM R&D Group */
/********************************************/
#include 《reg51.h》
#include 《ctype.h》
#include 《string.h》
#include 《stdlib.h》
#include 《stdio.h》
#include 《math.h》
/********************************************/
/* AM12864测试程序 1.0 */
/* Designed by Andorin LCM R&D Group */
/********************************************/
/* Define the register command code */
#define Disp_On 0x3f
#define Disp_Off 0x3e
#define Col_Add 0x40
#define Page_Add 0xb8
#define Start_Line 0xc0
#define Lcd_Bus P1 //MCU P1《------》 LCM
sbit Mcs=P2^3; //Master chip enable
sbit Scs=P2^4; //Slave chip enable
sbit Enable=P2^2; //6800 mode Enable single
sbit Di=P2^0; //Data or Instrument Select
sbit RW=P2^1; //Write or Read
sbit Lcd_Rst=P2^5; //Lcm reset
sbit Test_Key=P3^1;
char code ce[]={/*-- 文字: 测 --*/0x08,0x31,0x86,0x60,0x00,0xFE,0x02,0xF2,0x02,0xFE,0x00,0xF8,0x00,0x00,0xFF,0x00,