board_halley2.h 327 B

1234567891011121314
  1. #ifndef BOARD_HALLEY2_H__
  2. #define BOARD_HALLEY2_H__
  3. #define LCD_RST_PORT GPIO_PORT_D
  4. #define LCD_RST_PIN GPIO_Pin_0
  5. #define LCD_BLPWM_PORT GPIO_PORT_C
  6. #define LCD_BLPWM_PIN GPIO_Pin_25
  7. #define LCD_BLEN_PORT GPIO_PORT_A
  8. #define LCD_BLEN_PIN GPIO_Pin_25
  9. #endif