mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	
		
			
	
	
		
			19 lines
		
	
	
		
			575 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			575 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								#include "sdkconfig.h"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TEST_LCD_H_RES          (240)
							 | 
						||
| 
								 | 
							
								#define TEST_LCD_V_RES          (280)
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define TEST_LCD_BK_LIGHT_GPIO  (18)
							 | 
						||
| 
								 | 
							
								#define TEST_LCD_RST_GPIO       (5)
							 | 
						||
| 
								 | 
							
								#define TEST_LCD_CS_GPIO        (0)
							 | 
						||
| 
								 | 
							
								#define TEST_LCD_DC_GPIO        (19)
							 | 
						||
| 
								 | 
							
								#define TEST_LCD_PCLK_GPIO      (2)
							 | 
						||
| 
								 | 
							
								#define TEST_LCD_DATA0_GPIO     (4)
							 | 
						||
| 
								 | 
							
								#define TEST_LCD_DATA1_GPIO     (7)
							 | 
						||
| 
								 | 
							
								#define TEST_LCD_DATA2_GPIO     (8)
							 | 
						||
| 
								 | 
							
								#define TEST_LCD_DATA3_GPIO     (9)
							 | 
						||
| 
								 | 
							
								#define TEST_LCD_DATA4_GPIO     (10)
							 | 
						||
| 
								 | 
							
								#define TEST_LCD_DATA5_GPIO     (11)
							 | 
						||
| 
								 | 
							
								#define TEST_LCD_DATA6_GPIO     (12)
							 | 
						||
| 
								 | 
							
								#define TEST_LCD_DATA7_GPIO     (13)
							 |