lcd: get rid of lcd_setup()
Combine init and setup into one function, and call it lcd_init(). Signed-off-by: Sean Cross <xobs@kosagi.com>
This commit is contained in:
parent
58d7c3b17a
commit
c2d17ffef2
2 changed files with 9 additions and 25 deletions
|
@ -14,7 +14,6 @@ static inline pixel_t rgb(unsigned r, unsigned g, unsigned b)
|
|||
}
|
||||
|
||||
int lcd_init(void);
|
||||
int lcd_start(void);
|
||||
int lcd_run(void);
|
||||
int lcd_stop(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue