aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1289/board_SSD1289_template.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-10-17 17:33:04 +1000
committerinmarket <andrewh@inmarket.com.au>2013-10-17 17:33:04 +1000
commit8fb676f73b8f53da4464cf8780dea337c22220f6 (patch)
tree908c6da716503276a60399b9342bf649967b0377 /drivers/gdisp/SSD1289/board_SSD1289_template.h
parente1744e59ab70ced14a76ff133c50504f8e2a68af (diff)
downloaduGFX-8fb676f73b8f53da4464cf8780dea337c22220f6.tar.gz
uGFX-8fb676f73b8f53da4464cf8780dea337c22220f6.tar.bz2
uGFX-8fb676f73b8f53da4464cf8780dea337c22220f6.zip
Added a post_init_board() routine to SSD1289 to allow bus timings to be changed after controller initialisation is complete.
Diffstat (limited to 'drivers/gdisp/SSD1289/board_SSD1289_template.h')
-rw-r--r--drivers/gdisp/SSD1289/board_SSD1289_template.h10
1 files changed, 10 insertions, 0 deletions
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
@@ -31,6 +31,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.
*
* @param[in] g The GDisplay structure