15 lines
327 B
C
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
|
||
|
|