Sansa clipzip: miscellaneous updates

* add support for OF version 01.01.17 in mkamsboot
* introduce and implement oled_brightness function
* configure voltage CVDD2 to 2.8V (like the OF does)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30831 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2011-10-23 14:20:47 +00:00
parent bf831106f5
commit 94c573f3ec
4 changed files with 24 additions and 9 deletions

View file

@ -23,5 +23,5 @@
#include "config.h"
/* target-specific OLED brightness function */
void lcd_brightness(uint8_t red, uint8_t green, uint8_t blue);
void oled_brightness(int brightness);