board_halley2_readboard.h 374 B

1234567891011121314
  1. #ifndef BOARD_HALLEY2_IDELAN_H__
  2. #define BOARD_HALLEY2_IDELAN_H__
  3. #define AUDIO_SHUTDOWN_PORT GPIO_PORT_B
  4. #define AUDIO_SHUTDOWN_PIN GPIO_Pin_6
  5. #define AUDIO_SHUTDOWN_MUTE 1
  6. #define LCD_RST_PORT GPIO_PORT_C
  7. #define LCD_RST_PIN GPIO_Pin_25
  8. #define LCD_BL_PORT GPIO_PORT_B
  9. #define LCD_BL_PIN GPIO_Pin_19
  10. #endif