rockbox/firmware/target/arm/imx233/sansa-fuzeplus
Jonathan Gordon b37e6bc8c1 lcd drivers: Convert lcd_[remote_]framebuffer to a pointer
Change all lcd drivers to using a pointer to the static framebuffer
instead of directly accessing the static array. This will let us
later do fun things like dynamic framebuffer sizes (RaaA) or
ability to use different buffers for different layers (dynamic
skin backdrops!)

Change-Id: I0a4d58a9d7b55e6c932131b929e5d4c9f9414b06
2012-02-28 11:44:59 +11:00
..
adc-fuzeplus.c imx233: remove virtual 5V channel (value doesn't make sense), fix battery conversion (need to trigger delay) 2011-11-14 21:42:43 +00:00
adc-target.h
audio-fuzeplus.c imx233/fuze+: fix a typo, handle volume differently because of the line1/dac mode difference. 2012-02-03 20:04:39 +01:00
backlight-fuzeplus.c fuze+: fix backlight to have a real zero 2011-11-14 19:46:09 +00:00
backlight-target.h
button-fuzeplus.c fuze+: pin B1P30 is volume down key and has no relation with SD 2012-02-01 15:02:22 +01:00
button-target.h fix fuze+ build: we need stdbool.h for bool 2012-01-08 00:22:39 +00:00
debug-fuzeplus.c imx233: move dbg function declaration to system-target.h 2012-01-04 06:37:25 +00:00
fmradio-i2c-fuzeplus.c
lcd-fuzeplus.c lcd drivers: Convert lcd_[remote_]framebuffer to a pointer 2012-02-28 11:44:59 +11:00
lcd-target.h fuze+: change rendering scheme, do not rely on generic framebuffer and implement rect updating and yuv blitting correctly. 2012-01-27 20:08:33 +01:00
power-fuzeplus.c fuze+: the radio chip needs a few milliseconds to power up 2012-02-05 18:14:12 +01:00
powermgmt-fuzeplus.c imx233/fuze+: implement power management(battery charger), add powermgmt debug info, add power debug info, move target specific powermgmt code to its own files, remove auto-slow setup which was forgotten for debugging 2011-12-24 19:20:12 +00:00
powermgmt-target.h imx233/fuze+: implement power management(battery charger), add powermgmt debug info, add power debug info, move target specific powermgmt code to its own files, remove auto-slow setup which was forgotten for debugging 2011-12-24 19:20:12 +00:00