rt-thread/bsp/x1000/drivers/board/halley2_realboard/board_halley2_readboard.h

15 lines
374 B
C

#ifndef BOARD_HALLEY2_IDELAN_H__
#define BOARD_HALLEY2_IDELAN_H__
#define AUDIO_SHUTDOWN_PORT GPIO_PORT_B
#define AUDIO_SHUTDOWN_PIN GPIO_Pin_6
#define AUDIO_SHUTDOWN_MUTE 1
#define LCD_RST_PORT GPIO_PORT_C
#define LCD_RST_PIN GPIO_Pin_25
#define LCD_BL_PORT GPIO_PORT_B
#define LCD_BL_PIN GPIO_Pin_19
#endif