From 9b83c6c4bddca41411d31b8aab17ecc577b37eb4 Mon Sep 17 00:00:00 2001 From: Hristo Kovachev Date: Thu, 22 Dec 2005 10:43:36 +0000 Subject: Patch No 1387627 by Peter D'Hoye: Backlight Brightness setting for H300 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8280 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/pcf50606.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/pcf50606.h') diff --git a/firmware/export/pcf50606.h b/firmware/export/pcf50606.h index fd180bfaee..daacbac725 100644 --- a/firmware/export/pcf50606.h +++ b/firmware/export/pcf50606.h @@ -25,6 +25,7 @@ int pcf50606_write_multiple(int address, const unsigned char* buf, int count); int pcf50606_write(int address, unsigned char val); int pcf50606_read_multiple(int address, unsigned char* buf, int count); int pcf50606_read(int address); +void pcf50606_set_bl_pwm(unsigned char ucVal); #endif #endif -- cgit