summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/as3525/sansa-e200v2
AgeCommit message (Expand)AuthorFilesLines
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat1-7/+7
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-1/+1
2012-01-08button-target.h : move prototypes to button.hRafaël Carré1-9/+0
2010-07-14Fuze*/e200v2: remove unused lcd_set_contrast()Rafaël Carré1-5/+0
2010-06-20Revert r26350 - fixes FS#11421Michael Chicoine1-11/+48
2010-06-18Enable display and backlight on panic.Tobias Diedrich1-0/+1
2010-05-29e200v2: revert r26353Rafaël Carré1-3/+11
2010-05-28Simplify lcd invertMichael Chicoine1-11/+3
2010-05-28Simplify lcd_set_flip, lcd_window, and lcd_window_blitMichael Chicoine1-48/+11
2010-04-05Fix yellow. Another function unneeded in the bootloader.Thomas Martitz1-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/+6
2010-01-26Update on even pixel boundaries on the e200v2 for best performance (was forgo...Thomas Martitz1-0/+4
2010-01-07Sansa AMS: Time has shown that switching between 16 and 32bit mode costs much...Thomas Martitz1-44/+6
2010-01-07e200v2/Fuze: Correct and simplify clipping clipping code in lcd_update_rect().Thomas Martitz1-19/+19
2010-01-06Sansa AMS: refactor DBOP button reading (e200v2/Fuze/c200v2)Rafaël Carré1-33/+1
2010-01-04Sansa e200v2: LCDRafaël Carré1-94/+70
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/+4
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-1/+1
2009-09-30Fix "lcd driver speed up" on e200v2Rafaël Carré1-9/+11
2009-09-26Sansa Fuze/e200v2: protect lcd a little better against concurrent accessBertrik Sikken1-2/+5
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-5/+5
2009-08-31Apply the lcd speed fix from fuze also to e200v2. Improves speed by a factor ~2.Dominik Wenger1-9/+30
2009-08-08Apply FS#10447 - e200v2 lcd driver cleanup by Michael ChicoineBertrik Sikken1-15/+26
2009-07-18Commit FS#10413 by Michael Chicoine. Fixes upside down menu in mpegplayer wh...Michael Giacomelli1-5/+22
2009-06-22FS#10284 - "Sansa e200v2 & Fuze: Merge the button driver into 1 file" by Dust...Thomas Martitz1-248/+0
2009-06-08Sansa e200v2: use = instead of |= when setting GPIO levelBertrik Sikken1-5/+5
2009-06-03git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21182 a1c6a512-1295-4272-9138...Jack Halpin2-0/+7
2009-06-02Sansa AMS : don't use the SHAREDBSS_ATTR since we don't have a coprocessorRafaël Carré1-1/+1
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-15/+84
2009-04-29FS#10151 - e200v2: scrollwheel acceleration by Dustin Skoracki. Improves the ...Thomas Martitz1-24/+32
2009-04-26FS#10126 - lcd_e200v2 cleanup by Michael ChicoineThomas Martitz1-5/+4
2009-04-26FS#10158 - e200v2 button delay revisited by Michael Chicoine to fix some weir...Thomas Martitz1-1/+1
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken1-1/+0
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-26/+22
2009-04-13Few Fuze/e200v2 button fixes. Don't read the scrollwheel when the hold button...Thomas Martitz2-4/+11
2009-04-13FS#10127 - Sansa e200v2: wrapping in menus by Dustin Skoracki and me. Impleme...Thomas Martitz1-115/+60
2009-04-13FS#10120 - fuze/e200v2: poll the wheel more often (every 5ms). This makes the...Thomas Martitz1-6/+10
2009-04-10Commit fs#9959 by Jack Halpin. Removes delays from the Sansa e200v2 button d...Michael Giacomelli1-33/+31
2009-04-10Commit FS#10043 by Michael Chicoine for the Sansa e200v2. Implements LCD sle...Michael Giacomelli1-30/+37
2009-03-22Add missing powermgmt-e200v2.c file from FS#9968Bertrik Sikken1-0/+50
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-4/+4
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-2/+2
2009-02-20e200v2: fix broken lcd driver and cleanup a little bit further.Thomas Martitz1-37/+30