aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/ED060SC4/gdisp_lld_board_template.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-10-23 18:28:42 +1000
committerinmarket <andrewh@inmarket.com.au>2015-10-23 18:28:42 +1000
commit00aeab86eb311f57d026931499ae5935c00857b1 (patch)
tree44fe653eabd0362e2f97fbafdbdf96ffb4de08d2 /drivers/gdisp/ED060SC4/gdisp_lld_board_template.h
parent29251f33bd106cfdc317fa00c10ecfb3a64fcc2d (diff)
parent48a9d334b7a5b462b32c17a5fde07159deb4c280 (diff)
downloaduGFX-00aeab86eb311f57d026931499ae5935c00857b1.tar.gz
uGFX-00aeab86eb311f57d026931499ae5935c00857b1.tar.bz2
uGFX-00aeab86eb311f57d026931499ae5935c00857b1.zip
Merge branch 'master' into Keil
Diffstat (limited to 'drivers/gdisp/ED060SC4/gdisp_lld_board_template.h')
-rw-r--r--drivers/gdisp/ED060SC4/gdisp_lld_board_template.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/drivers/gdisp/ED060SC4/gdisp_lld_board_template.h b/drivers/gdisp/ED060SC4/gdisp_lld_board_template.h
index 68129bf8..a45cc208 100644
--- a/drivers/gdisp/ED060SC4/gdisp_lld_board_template.h
+++ b/drivers/gdisp/ED060SC4/gdisp_lld_board_template.h
@@ -15,7 +15,7 @@
#define _GDISP_LLD_BOARD_H
/* Set up IO pins for the panel connection. */
-static inline void init_board(void) {
+static GFXINLINE void init_board(void) {
#error Unimplemented
}
@@ -26,57 +26,57 @@ static void eink_delay(int us)
}
/* Turn the E-ink panel Vdd supply (+3.3V) on or off. */
-static inline void setpower_vdd(bool_t on) {
+static GFXINLINE void setpower_vdd(bool_t on) {
#error Unimplemented
}
/* Turn the E-ink panel negative supplies (-15V, -20V) on or off. */
-static inline void setpower_vneg(bool_t on) {
+static GFXINLINE void setpower_vneg(bool_t on) {
#error Unimplemented
}
/* Turn the E-ink panel positive supplies (-15V, -20V) on or off. */
-static inline void setpower_vpos(bool_t on) {
+static GFXINLINE void setpower_vpos(bool_t on) {
#error Unimplemented
}
/* Set the state of the LE (source driver Latch Enable) pin. */
-static inline void setpin_le(bool_t on) {
+static GFXINLINE void setpin_le(bool_t on) {
#error Unimplemented
}
/* Set the state of the OE (source driver Output Enable) pin. */
-static inline void setpin_oe(bool_t on) {
+static GFXINLINE void setpin_oe(bool_t on) {
#error Unimplemented
}
/* Set the state of the CL (source driver Clock) pin. */
-static inline void setpin_cl(bool_t on) {
+static GFXINLINE void setpin_cl(bool_t on) {
#error Unimplemented
}
/* Set the state of the SPH (source driver Start Pulse Horizontal) pin. */
-static inline void setpin_sph(bool_t on) {
+static GFXINLINE void setpin_sph(bool_t on) {
#error Unimplemented
}
/* Set the state of the D0-D7 (source driver Data) pins. */
-static inline void setpins_data(uint8_t value) {
+static GFXINLINE void setpins_data(uint8_t value) {
#error Unimplemented
}
/* Set the state of the CKV (gate driver Clock Vertical) pin. */
-static inline void setpin_ckv(bool_t on) {
+static GFXINLINE void setpin_ckv(bool_t on) {
#error Unimplemented
}
/* Set the state of the GMODE (gate driver Gate Mode) pin. */
-static inline void setpin_gmode(bool_t on) {
+static GFXINLINE void setpin_gmode(bool_t on) {
#error Unimplemented
}
/* Set the state of the SPV (gate driver Start Pulse Vertical) pin. */
-static inline void setpin_spv(bool_t on) {
+static GFXINLINE void setpin_spv(bool_t on) {
#error Unimplemented
}