From d6f43365e4802c88c7289f92276f20570581c2dc Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Mon, 17 Oct 2011 15:35:43 +0200 Subject: fw: Disable backlight for the sniffing fw No need to waste battery life Signed-off-by: Sylvain Munaut --- src/target/firmware/board/gta0x/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/firmware/board/gta0x/init.c') diff --git a/src/target/firmware/board/gta0x/init.c b/src/target/firmware/board/gta0x/init.c index 3b424c60..d3a698e9 100644 --- a/src/target/firmware/board/gta0x/init.c +++ b/src/target/firmware/board/gta0x/init.c @@ -127,8 +127,8 @@ void board_init(int with_irq) timer_init(); /* Initialize LCD driver (uses I2C) and backlight */ - bl_mode_pwl(1); - bl_level(50); + bl_mode_pwl(0); + //bl_level(50); /* Initialize keypad driver */ keypad_init(keymap, with_irq); -- cgit v1.2.3