index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
as3525
/
sansa-e200v2
/
lcd-e200v2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-13
Revert "Remove YUV blitting functions and LCD modes"
Solomon Peachy
1
-0
/
+98
2022-10-03
Remove YUV blitting functions and LCD modes
Aidan MacDonald
1
-98
/
+0
2020-10-26
'Fix RED e200 Framebuffer_viewport_rewrite
William Wilgus
1
-2
/
+2
2012-02-28
lcd drivers: Convert lcd_[remote_]framebuffer to a pointer
Jonathan Gordon
1
-1
/
+1
2010-07-14
Fuze*/e200v2: remove unused lcd_set_contrast()
Rafaël Carré
1
-5
/
+0
2010-06-20
Revert r26350 - fixes FS#11421
Michael Chicoine
1
-11
/
+48
2010-05-29
e200v2: revert r26353
Rafaël Carré
1
-3
/
+11
2010-05-28
Simplify lcd invert
Michael Chicoine
1
-11
/
+3
2010-05-28
Simplify lcd_set_flip, lcd_window, and lcd_window_blit
Michael Chicoine
1
-48
/
+11
2010-04-05
Fix yellow. Another function unneeded in the bootloader.
Thomas Martitz
1
-2
/
+2
2010-04-05
as2525(v2): We don't need yuv blitting/greylib support in the bootloader so d...
Thomas Martitz
1
-0
/
+5
2010-01-26
Update on even pixel boundaries on the e200v2 for best performance (was forgo...
Thomas Martitz
1
-0
/
+4
2010-01-07
Sansa AMS: Time has shown that switching between 16 and 32bit mode costs much...
Thomas Martitz
1
-44
/
+6
2010-01-07
e200v2/Fuze: Correct and simplify clipping clipping code in lcd_update_rect().
Thomas Martitz
1
-19
/
+19
2010-01-06
Sansa AMS: refactor DBOP button reading (e200v2/Fuze/c200v2)
Rafaël Carré
1
-33
/
+1
2010-01-04
Sansa e200v2: LCD
Rafaël Carré
1
-94
/
+70
2009-10-31
FS#10744 - Fuze: Last line of screen's pixels doesn't change when switching t...
Michael Chicoine
1
-1
/
+1
2009-10-26
fix an off-by-one error in lcd_update_rect()
Michael Chicoine
1
-1
/
+1
2009-10-24
Speed up lcd_update_rect by ~2.5% by counting towards 0 in the loop.
Thomas Martitz
1
-1
/
+4
2009-10-20
Convert lcd_activation callbacks to use the event system to allow for multipl...
Thomas Martitz
1
-1
/
+1
2009-09-30
Fix "lcd driver speed up" on e200v2
Rafaël Carré
1
-9
/
+11
2009-09-26
Sansa Fuze/e200v2: protect lcd a little better against concurrent access
Bertrik Sikken
1
-2
/
+5
2009-09-01
Move the FIFO emptying up, as having it after lcd_write_single_data16() cause...
Thomas Martitz
1
-5
/
+5
2009-09-01
Fuze/e200v2: Speed up the LCD further by letting the FIFO fill until it's ful...
Thomas Martitz
1
-5
/
+5
2009-08-31
Apply the lcd speed fix from fuze also to e200v2. Improves speed by a factor ~2.
Dominik Wenger
1
-9
/
+30
2009-08-08
Apply FS#10447 - e200v2 lcd driver cleanup by Michael Chicoine
Bertrik Sikken
1
-15
/
+26
2009-07-18
Commit FS#10413 by Michael Chicoine. Fixes upside down menu in mpegplayer wh...
Michael Giacomelli
1
-5
/
+22
2009-06-03
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21182 a1c6a512-1295-4272-9138...
Jack Halpin
1
-0
/
+4
2009-06-02
Sansa AMS : don't use the SHAREDBSS_ATTR since we don't have a coprocessor
Rafaël Carré
1
-1
/
+1
2009-05-26
FS#10245 by Jack Halpin : Adjust Clocking scheme on Sansa AMS
Rafaël Carré
1
-1
/
+1
2009-05-13
Sansa AMS: Various fixes/enhancements for clock frequencies
Rafaël Carré
1
-1
/
+1
2009-05-12
FS#10118 & FS#10165 : lcd_blit_yuv() for Sansa Fuze & Sansa e200v2
Rafaël Carré
1
-15
/
+84
2009-04-26
FS#10126 - lcd_e200v2 cleanup by Michael Chicoine
Thomas Martitz
1
-5
/
+4
2009-04-10
Commit FS#10043 by Michael Chicoine for the Sansa e200v2. Implements LCD sle...
Michael Giacomelli
1
-30
/
+37
2009-03-17
Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...
Thomas Martitz
1
-4
/
+4
2009-03-17
Rework lcd_enabled and lcd_set/call_enable hook
Thomas Martitz
1
-2
/
+2
2009-02-20
e200v2: fix broken lcd driver and cleanup a little bit further.
Thomas Martitz
1
-37
/
+30
2009-02-19
Sansa e200v2: Some LCD driver changes (none with functional changes):
Thomas Martitz
1
-33
/
+32
2009-02-18
Return old button value if lcd_button_supprt was blocked.
Thomas Martitz
1
-2
/
+3
2009-02-18
Get rid of disabling irq. Simply blocking does it too, it also caused problem...
Thomas Martitz
1
-13
/
+16
2009-02-16
e200v2: make buttons and scrollwheel work. Still ugly as we need to disable i...
Dominik Wenger
1
-5
/
+36
2008-12-16
Commit updated FS#9569 by Michael Chicoine. Fixes a bug in lcd_update_rect o...
Michael Giacomelli
1
-7
/
+8
2008-12-04
Sansa AMS: centralize clock settings in clock-target.h
Rafaël Carré
1
-1
/
+2
2008-11-30
Sansa AMS: Use a valid PLL setting (248MHz aka maximum fclk)
Rafaël Carré
1
-1
/
+1
2008-11-30
do not modify the CCU_IO register since we don't use GPIOD (from FS#9569)
Jonathan Gordon
1
-4
/
+1
2008-11-22
Partially apply FS#9569 by Michael Chicoine and Thomas Martitz: remove the GP...
Dave Chapman
1
-2
/
+0
2008-11-11
Add more driver stubs to make the Fuze and e200v2 main builds compile; Correc...
Dave Chapman
1
-0
/
+5
2008-10-29
FS#9511 - working lcd update (and lcd_update_rect() ) for the e200v2, working...
Jonathan Gordon
1
-12
/
+5
2008-10-29
fix lcd mirror and rotation problem on the e200v2. also remove a wierd whites...
Jonathan Gordon
1
-3
/
+3
2008-10-29
Oops, revert 18911 - this was added a couple of commits ago.
Dave Chapman
1
-2
/
+0
[next]