4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-14 17:49:27 +08:00
2017-11-11 13:53:20 +08:00

15 lines
327 B
C

#ifndef BOARD_HALLEY2_H__
#define BOARD_HALLEY2_H__
#define LCD_RST_PORT GPIO_PORT_D
#define LCD_RST_PIN GPIO_Pin_0
#define LCD_BLPWM_PORT GPIO_PORT_C
#define LCD_BLPWM_PIN GPIO_Pin_25
#define LCD_BLEN_PORT GPIO_PORT_A
#define LCD_BLEN_PIN GPIO_Pin_25
#endif