aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-02-05 00:18:46 +1000
committerinmarket <andrewh@inmarket.com.au>2015-02-05 00:18:46 +1000
commitc9f0c1748d9433bd0bc96e8cd656c4e2f7982f45 (patch)
treeb76070f0e2160b1e556f372fcf29356776569a6c /drivers
parent17cc2d7d5e1e93f55eadb7e32ca2d10b08232ae2 (diff)
downloaduGFX-c9f0c1748d9433bd0bc96e8cd656c4e2f7982f45.tar.gz
uGFX-c9f0c1748d9433bd0bc96e8cd656c4e2f7982f45.tar.bz2
uGFX-c9f0c1748d9433bd0bc96e8cd656c4e2f7982f45.zip
Missing definition in driver board template file
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gdisp/TLS8204/board_TLS8204_template.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gdisp/TLS8204/board_TLS8204_template.h b/drivers/gdisp/TLS8204/board_TLS8204_template.h
index 08ec130d..6dd61429 100644
--- a/drivers/gdisp/TLS8204/board_TLS8204_template.h
+++ b/drivers/gdisp/TLS8204/board_TLS8204_template.h
@@ -21,6 +21,11 @@ static inline void setpin_reset(GDisplay *g, bool_t state) {
(void) state;
}
+static inline void set_backlight(GDisplay *g, uint8_t percent) {
+ (void) g;
+ (void) percent;
+}
+
static inline void acquire_bus(GDisplay *g) {
(void) g;
}