diff lcd.h @ 5:efa2c22266e3

PWM control LED backlight. Not sure why the AFIO clock needs to be on for this but not, say USART.
author Daniel O'Connor <darius@dons.net.au>
date Fri, 06 Jan 2012 09:46:28 +1030
parents 2c87e30c982d
children 9404b9869c27
line wrap: on
line diff
--- a/lcd.h	Tue Jan 03 22:37:18 2012 +1030
+++ b/lcd.h	Fri Jan 06 09:46:28 2012 +1030
@@ -48,5 +48,7 @@
 
 void		FlashWriteCtl(int enable);
 
+void		lcd_setpwm(uint16_t val);
+
 #endif