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:
Sean Cross 2014-11-28 17:42:31 +08:00
parent 58d7c3b17a
commit c2d17ffef2
2 changed files with 9 additions and 25 deletions

View file

@ -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);