From 6a2a70e8e68d999e5b8cea74ef49b37e8be3aeda Mon Sep 17 00:00:00 2001 From: Tectu Date: Wed, 20 Jun 2012 00:17:10 +0200 Subject: added lcdSetPowerMode() --- glcd.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'glcd.c') diff --git a/glcd.c b/glcd.c index 52318a0c..ec89a8d4 100644 --- a/glcd.c +++ b/glcd.c @@ -35,6 +35,10 @@ static void lcdSetCursor(uint16_t x, uint16_t y) { lld_lcdSetCursor(x, y); } +void lcdSetPowerMode(uint8_t powerMode) { + lld_lcdSetPowerMode(powerMode); +} + void lcdSetOrientation(uint8_t newOrientation) { lld_lcdSetOrientation(newOrientation); } -- cgit v1.2.3