> 2. Backlight brightness is modified by setting the backlight PWM: > > pcf50606_write(0x35, 0xFF-(level<<1)); // level = 0..10, > cowon uses level=5 > > So we can support backlight brightness on X5 (prolly in H3x0 too).
this is already the case, see firmware/backlight.c just add the X5 platform to the #ifdefs at the bottom ;)
