If a problem occurs, it is usually not written strictly according to the sequence, especially in terms of delay.
#define uchar unsigned char
#define uint
#define Lcd_Bus P0
sbit RS_12 = P3^5;
sbit RW_12 = P3^6;
sbit E_12 = P3^7;
void chk_busy();
void write_com(uchar cmdcode);
void write_data(uchar Dispdata);
uchar read_data(void);
void lcdreset();
void hzkdis(unsigned char code *s);
void Disp_Img(uchar code *img);
void clrgdram();
void clrscreen();
void ceshi() ;
void chk_busy()
{
}
void write_com(uchar cmdcode)
{
}
void write_data(uchar Dispdata)
{
}
uchar read_data(void)
{
}
void lcdreset()
{
}
void hzkdis(unsigned char code *s)
{
}
void Disp_Img(uchar code *img)
{
}
void clrgdram()
{ unsigned char x,y;
void clrscreen()
{
}
void ceshi()
{write_com(0x01); //Clear the display and set the address pointer to 00H
delay10(1);
write_com(0x80); //First line (if the address is: 80H, the first position of the first line of LCD will be displayed)
hzkdis("
write_com(0x90); //The second line (if the address is: 90H, the first position of the second line of LCD is displayed)
hzkdis("
write_com(0x88); //The third line (if the address is: 88H, that is, the first position of the second line of LCD is displayed)
hzkdis("
write_com(0x98); //The fourth line (if the address is: 98H, the first position of the second line of LCD will be displayed)
hzkdis("
}
Previous article:MSP430 AD conversion 12864 LCD display code
Next article:Precise delay program
Recommended ReadingLatest update time:2024-11-16 15:56
- Popular Resources
- Popular amplifiers
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- EEWORLD University ---- Tektronix OPEN-DAY test video: Mobile and consumer electronics high-speed signal measurement-Type C
- Negative leakage of switching power supply
- Design and implementation of STC single-chip water temperature intelligent control system based on Gizwits Cloud
- Send me the latest cracked file of MDK5, so you don't have to look for it everywhere
- DC PWM motor driver only needs current loop, what are the domestic devices?
- C2000 built-in comparator error sources and correction methods--F28004x, F2807x, F2837x
- [Problem Feedback] Anlu TangDynasty ChipWatcher can drive people crazy
- [2022 Digi-Key Innovation Design Competition] 7508DK CNC adjustable power supply power supply part update
- Regarding the erase and write life of FLASH, does erasing and writing count as one time each?
- Mir MYC-YT507 development board review: image burning and experience (warm reminder of driver installation problem TIPS)