Change the original 3.5-inch resolution from 240x320 to 480x272
Timing settings:
CLKVAL=4 (VCLK =10) 5< VCLK <12 Each dot scanning cycle
VSPW = 10-1 2< tvp < - typ:10 Vertical synchronization signal
VBPD=2-1 2< tvb <- typ: 2 How long does it work after the vertical sync signal
LINEVAL=272-1 tvd :272 272 lines
VFPD=2-1 2< tvf < - type:2 How long does it take to send a synchronization signal after scanning a frame?
HSPW=41-1 2< thp < - type:41 Horizontal synchronization signal
HBPD=2-1 2< thb <- How long does it work after the horizontal synchronization signal
HOZVAL=480-1 thd:480 480列
HFPD=2-1 2< thb < - How long does it take to receive the synchronization signal after scanning this line?
HSYNC_INV VSYNC_INV horizontal and vertical signals are opposite to the LCD controller level, so bit flipping is required
Video memory address rewrite
LCDSADDR2 = LOWER21BITS((LCDFRAMEBUFFER+
(LINEVAL_TFT_240320+1)*(HOZVAL_TFT_240320+1)*2)>>1);
LCDSADDR3 = (0<<11) | (LCD_XSIZE_TFT_240320*2/2);
xsize = 240;
ysize = 320;
--------------------------------------------------------------------------------------------
LCDSADDR2 = LOWER21BITS((LCDFRAMEBUFFER+
(480)*(272)*1)>>1);
LCDSADDR3 = (0<<11) | (480/2);
xsize = 480;
ysize = 272;
Previous article:ARM2440 LCD Experiment
Next article:ARM JTAG debugging principles
Recommended ReadingLatest update time:2024-11-16 12:27
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
- Unboxing - ESP32-S2-KALUGA-1
- Shanghai ACM32F070 development board evaluation 2, MDK programming environment
- TMS320C6000-CCS software development environment construction
- [RVB2601 Creative Application Development] Simulating UART 2
- Tips to improve DC-DC dynamic characteristics
- 51 single chip microcomputer
- [DWIN Serial Port Screen] Nucleic Acid Sampling Registration System 4 Query Data and Display
- 【GD32F307E-START】+Serial communication test
- Have you ever replaced the mouse micro switch?
- Can you recommend any books on the development of PLC module circuits?