display_bsp: Move IO initialization here
This commit is contained in:
parent
49a3ba84b4
commit
6122d139de
2 changed files with 19 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef DISPLAY_BSP_H_
|
||||
#define DISPLAY_BSP_H_
|
||||
|
||||
void display_bsp_init_io(void);
|
||||
void display_bsp_delay(uint32_t delay_ms);
|
||||
void display_bsp_backlight(uint8_t state);
|
||||
void display_bsp_gpio_dc(uint8_t state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue