From 8fb676f73b8f53da4464cf8780dea337c22220f6 Mon Sep 17 00:00:00 2001 From: inmarket Date: Thu, 17 Oct 2013 17:33:04 +1000 Subject: Added a post_init_board() routine to SSD1289 to allow bus timings to be changed after controller initialisation is complete. --- drivers/gdisp/SSD1289/board_SSD1289_template.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'drivers/gdisp/SSD1289/board_SSD1289_template.h') diff --git a/drivers/gdisp/SSD1289/board_SSD1289_template.h b/drivers/gdisp/SSD1289/board_SSD1289_template.h index 552c93a0..941950b3 100644 --- a/drivers/gdisp/SSD1289/board_SSD1289_template.h +++ b/drivers/gdisp/SSD1289/board_SSD1289_template.h @@ -30,6 +30,16 @@ static inline void init_board(GDisplay *g, unsigned display) { } +/** + * @brief After the initialisation. + * + * @param[in] g The GDisplay structure + * + * @notapi + */ +static inline void post_init_board(GDisplay *g) { +} + /** * @brief Set or clear the lcd reset pin. * -- cgit v1.2.3