Add DRS switch
This commit is contained in:
		@ -103,6 +103,8 @@ void Error_Handler(void);
 | 
			
		||||
#define DISPSPI_SCL_GPIO_Port GPIOA
 | 
			
		||||
#define DISPSPI_SDA_Pin GPIO_PIN_7
 | 
			
		||||
#define DISPSPI_SDA_GPIO_Port GPIOA
 | 
			
		||||
#define SW_DRS_Pin GPIO_PIN_14
 | 
			
		||||
#define SW_DRS_GPIO_Port GPIOF
 | 
			
		||||
#define PWM_R_Pin GPIO_PIN_9
 | 
			
		||||
#define PWM_R_GPIO_Port GPIOE
 | 
			
		||||
#define PWM_G_Pin GPIO_PIN_11
 | 
			
		||||
 | 
			
		||||
@ -65,7 +65,7 @@
 | 
			
		||||
/* #define HAL_IWDG_MODULE_ENABLED   */
 | 
			
		||||
/* #define HAL_LPTIM_MODULE_ENABLED   */
 | 
			
		||||
#define HAL_LTDC_MODULE_ENABLED
 | 
			
		||||
/* #define HAL_QSPI_MODULE_ENABLED   */
 | 
			
		||||
/* #define HAL_XSPI_MODULE_ENABLED   */
 | 
			
		||||
/* #define HAL_RAMECC_MODULE_ENABLED   */
 | 
			
		||||
/* #define HAL_RNG_MODULE_ENABLED   */
 | 
			
		||||
/* #define HAL_RTC_MODULE_ENABLED   */
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user