Searched refs:LCD_DISP_GPIO_NUM (Results 1 – 12 of 12) sorted by relevance
| /bsp/tkm32F499/drivers/ |
| A D | lcd_port.h | 30 #define LCD_DISP_GPIO_NUM -1 macro
|
| A D | drv_lcd.c | 123 rt_pin_mode(LCD_DISP_GPIO_NUM, PIN_MODE_OUTPUT); in turn_on_lcd_backlight() 125 rt_pin_write(LCD_DISP_GPIO_NUM, PIN_HIGH); in turn_on_lcd_backlight()
|
| /bsp/stm32/stm32h743-atk-apollo/board/ports/ |
| A D | lcd_port.h | 30 #define LCD_DISP_GPIO_NUM GET_PIN(B, 0) macro
|
| /bsp/stm32/stm32f746-st-disco/board/ports/ |
| A D | lcd_port.h | 30 #define LCD_DISP_GPIO_NUM GET_PIN(I, 12) macro
|
| /bsp/stm32/stm32f767-atk-apollo/board/ports/ |
| A D | lcd_port.h | 30 #define LCD_DISP_GPIO_NUM GET_PIN(B, 0) macro
|
| /bsp/stm32/stm32f767-fire-challenger-v1/board/ports/ |
| A D | lcd_port.h | 30 #define LCD_DISP_GPIO_NUM GET_PIN(D, 4) macro
|
| /bsp/stm32/stm32f429-fire-challenger/board/ports/ |
| A D | lcd_port.h | 30 #define LCD_DISP_GPIO_NUM GET_PIN(D, 4) macro
|
| /bsp/stm32/stm32f429-st-disco/board/ports/ |
| A D | lcd_port.h | 30 #define LCD_DISP_GPIO_NUM GET_PIN(D, 4) macro
|
| /bsp/stm32/stm32h750-artpi/board/port/ |
| A D | lcd_port.h | 45 #define LCD_DISP_GPIO_NUM GET_PIN(B, 5) macro
|
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/st7735/ |
| A D | lcd.h | 39 #define LCD_DISP_GPIO_NUM GET_PIN(E, 10) macro
|
| A D | lcd.c | 48 rt_pin_mode(LCD_DISP_GPIO_NUM, PIN_MODE_OUTPUT); in LCD_SetBrightness() 49 rt_pin_write(LCD_DISP_GPIO_NUM, PIN_LOW); in LCD_SetBrightness()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_lcd.c | 253 rt_pin_mode(LCD_DISP_GPIO_NUM, PIN_MODE_OUTPUT); in turn_on_lcd_backlight() 255 rt_pin_write(LCD_DISP_GPIO_NUM, PIN_HIGH); in turn_on_lcd_backlight()
|
Completed in 15 milliseconds