Display orange FT logo
Every second column appears to be switched
This commit is contained in:
		
							
								
								
									
										10114
									
								
								Core/Inc/ft_logo_orange_rgb565.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10114
									
								
								Core/Inc/ft_logo_orange_rgb565.h
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										12
									
								
								Core/Inc/hx8357d.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								Core/Inc/hx8357d.h
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,12 @@
 | 
			
		||||
#ifndef __HX8357D_H
 | 
			
		||||
#define __HX8357D_H
 | 
			
		||||
 | 
			
		||||
#include <stddef.h>
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
 | 
			
		||||
void HX8357D_WriteData(uint8_t *data, size_t data_len);
 | 
			
		||||
void HX8357D_WriteReg(uint8_t addr, uint8_t *data, size_t data_len);
 | 
			
		||||
void HX8357D_Init();
 | 
			
		||||
void HX8357D_Mode_RGB666();
 | 
			
		||||
 | 
			
		||||
#endif // __HX8357D_H
 | 
			
		||||
@ -85,6 +85,10 @@ void Error_Handler(void);
 | 
			
		||||
#define STATUS2_GPIO_Port GPIOA
 | 
			
		||||
#define PWM_BACKLIGHT_Pin GPIO_PIN_3
 | 
			
		||||
#define PWM_BACKLIGHT_GPIO_Port GPIOA
 | 
			
		||||
#define DISPSPI_SCL_Pin GPIO_PIN_5
 | 
			
		||||
#define DISPSPI_SCL_GPIO_Port GPIOA
 | 
			
		||||
#define DISPSPI_SDA_Pin GPIO_PIN_7
 | 
			
		||||
#define DISPSPI_SDA_GPIO_Port GPIOA
 | 
			
		||||
#define PWM_R_Pin GPIO_PIN_9
 | 
			
		||||
#define PWM_R_GPIO_Port GPIOE
 | 
			
		||||
#define PWM_G_Pin GPIO_PIN_11
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user