summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/as3525/sansa-fuze
AgeCommit message (Expand)AuthorFilesLines
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat1-7/+7
2012-01-08button-target.h : move prototypes to button.hRafaël Carré1-9/+0
2010-06-18Enable display and backlight on panic.Tobias Diedrich1-0/+1
2010-05-27Merge common LCD code between fuzev1 & fuzev2Rafaël Carré2-452/+88
2010-05-18Fuzev1: calibrated charging curveRafaël Carré1-2/+1
2010-05-07Fuzev1: calibrated discharge curveRafaël Carré1-2/+2
2010-04-05as2525(v2): We don't need yuv blitting/greylib support in the bootloader so d...Thomas Martitz1-0/+5
2010-04-01Fuzev2: Scrollwheel works like a charm :)Thomas Martitz1-0/+7
2010-01-07Sansa AMS: Time has shown that switching between 16 and 32bit mode costs much...Thomas Martitz1-49/+10
2010-01-07e200v2/Fuze: Correct and simplify clipping clipping code in lcd_update_rect().Thomas Martitz1-20/+20
2010-01-06Sansa AMS: refactor DBOP button reading (e200v2/Fuze/c200v2)Rafaël Carré1-33/+1
2010-01-04Sansa Fuze: LCDRafaël Carré1-113/+197
2009-11-15Fix a few possible problems discovered in -O0 / eabi experiments.Thomas Martitz1-1/+1
2009-10-31FS#10744 - Fuze: Last line of screen's pixels doesn't change when switching t...Michael Chicoine1-1/+1
2009-10-26fix an off-by-one error in lcd_update_rect()Michael Chicoine1-1/+1
2009-10-24Speed up lcd_update_rect by ~2.5% by counting towards 0 in the loop.Thomas Martitz1-1/+2
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-1/+1
2009-09-26Sansa Fuze/e200v2: protect lcd a little better against concurrent accessBertrik Sikken1-2/+5
2009-09-05Make the Fuze usable again by inserting a few delays in the lcd functions, co...Thomas Martitz1-17/+21
2009-09-01Move the FIFO emptying up, as having it after lcd_write_single_data16() cause...Thomas Martitz1-5/+5
2009-09-01Fuze/e200v2: Speed up the LCD further by letting the FIFO fill until it's ful...Thomas Martitz1-6/+6
2009-08-31Speed up the Fuze's LCD by a factor of ~2.1 (lcd_update()) by using 32bit tra...Thomas Martitz1-16/+42
2009-08-10Remove the comment also, Thanks to Rafaël Carré for spotting.Thomas Martitz1-2/+0
2009-08-10Fix FS#10486 - "fuze screen not drawn correctly on backlight turn-on if playl...Thomas Martitz1-2/+2
2009-06-24Fix some forgotten OR's in some button-target.h filesMaurus Cuelenaere1-1/+1
2009-06-22FS#10284 - "Sansa e200v2 & Fuze: Merge the button driver into 1 file" by Dust...Thomas Martitz1-284/+0
2009-06-20Enable charging on the Sansa Fuze (charging/discharging curves are still unca...Bertrik Sikken1-0/+52
2009-06-08FS#10048 : enable MMU and data cache on Sansa AMS to give a major speed upRafaël Carré1-1/+1
2009-06-08Sansa fuze: don't configure GPIO A7 in the LCD driver, this pin is used for f...Bertrik Sikken1-2/+1
2009-06-02Sansa AMS : don't use the SHAREDBSS_ATTR since we don't have a coprocessorRafaël Carré1-1/+1
2009-06-02Revisite Sansa fuze button driver:Thomas Martitz1-29/+38
2009-05-26FS#10245 by Jack Halpin : Adjust Clocking scheme on Sansa AMSRafaël Carré1-1/+1
2009-05-13Sansa AMS: Various fixes/enhancements for clock frequenciesRafaël Carré1-1/+1
2009-05-12FS#10118 & FS#10165 : lcd_blit_yuv() for Sansa Fuze & Sansa e200v2Rafaël Carré1-32/+89
2009-04-20Fix FS#10128 - The View IO Ports debug menu showed weird dbop values (sometim...Thomas Martitz2-6/+6
2009-04-19FS#10148 by Dustin Skoracki, removes a redundant check for != BUTTON_NONE in ...Thomas Martitz1-23/+20
2009-04-13Few Fuze/e200v2 button fixes. Don't read the scrollwheel when the hold button...Thomas Martitz2-4/+11
2009-04-13FS#10120 - fuze/e200v2: poll the wheel more often (every 5ms). This makes the...Thomas Martitz1-26/+23
2009-03-30A bit of cleanup in config-fuze (don't define features we do not have yet), a...Thomas Martitz2-22/+12
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-5/+4
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-1/+2
2009-03-13Sansa Fuze Buttons: cleanup slightly, prevent button_counter from wrapping, a...Thomas Martitz1-19/+26
2009-02-19Fix occasional power button ghost presses and get rid of the delay which was ...Thomas Martitz1-10/+13
2009-02-19Sansa Fuze buttons:Thomas Martitz2-81/+89
2009-02-18Get rid of disabling irq. Simply blocking does it too, it also caused problem...Thomas Martitz1-8/+10
2009-02-17Fix redThomas Martitz1-4/+6
2009-02-17Setting GPIOA_PIN 1 is apparently not needed (anymore)Thomas Martitz1-2/+0
2009-02-17Some Sansa Fuze work: Get Home button working (no keymap changes yet, so it's...Thomas Martitz3-83/+68
2009-01-27Sansa AMS: Debug screen, shows GPIO and (on the fuze) DBOP input for now, to ...Thomas Martitz2-6/+34
2009-01-18Commit second part of FS#9663 by Thomas Martitz. Enable button light on fuze...Michael Giacomelli1-0/+1