index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
s3c2440
/
gigabeat-fx
/
lcd-meg-fx.c
Age
Commit message (
Expand
)
Author
2009-08-19
fix red
Nils Wallménius
2009-03-17
Okay, this should be the last. I'm sorry for the trouble, but now everything ...
Thomas Martitz
2009-03-17
One more try: Fix remaining reds and yellows
Thomas Martitz
2009-03-17
Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...
Thomas Martitz
2009-03-17
Rework lcd_enabled and lcd_set/call_enable hook
Thomas Martitz
2009-03-03
GigabeatFX: Change the way that the LCD copy routine works: Do the copy and t...
Karl Kurbjun
2009-01-12
Fix FS#9782 - lcd_bitmap_transparent_part clipping but keep smaller clipping ...
Michael Sevakis
2008-12-04
Meg-FX: s3c register definitions really should be unsigned. Switch from 'int'...
Michael Sevakis
2008-11-12
Revert last commit (accidentally committed the whole tree)
Karl Kurbjun
2008-11-12
Add in the needed crt0.S code for the wakeup alarm also
Karl Kurbjun
2008-09-11
Fix the Gigabeat F/X bootloader and add some code from Barry Wardell that was...
Karl Kurbjun
2008-07-18
Fix missing #includes and make local functions static for gigabeat
Bertrik Sikken
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-28
Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...
Michael Sevakis
2008-05-21
Contrast settings for the gigabeat F/X
Karl Kurbjun
2008-05-21
Make some functions static, point to the wiki, and comit the code to invert t...
Karl Kurbjun
2008-05-18
Enable Gigabeat F/X LCD flipscreen
Karl Kurbjun
2008-05-15
Forgot about the buttonlights. Removing for now since this will not work pro...
Karl Kurbjun
2008-05-15
Save around a hundred uA - not much, but why not? - No functional change for ...
Karl Kurbjun
2008-05-14
Fix red. No bother with lcd power management calls in bootloader.
Michael Sevakis
2008-05-14
Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig...
Michael Sevakis
2008-05-14
Cleanup some unneeded debug code.
Karl Kurbjun
2008-05-14
Reduce power consumed on the F/X by as much as 12% when the LCD is disabled. ...
Karl Kurbjun
2008-03-31
meg-fx: Add headers to files in the target directory that were missing them. ...
Michael Sevakis
2008-03-31
meg-fx: It's important to make sure certain interrupt-related registers have ...
Michael Sevakis
2008-03-24
Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...
Jens Arnold
2008-03-05
Oops (from about 2 months ago) - implement viewport support in the Gigabeat F...
Dave Chapman
2008-02-13
Fix the red.
Karl Kurbjun
2008-02-13
Make the gigabeat LCD initialization work properly without the original firmw...
Karl Kurbjun
2008-01-07
Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...
Dave Chapman
2007-09-25
Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A...
Michael Sevakis
2007-09-12
Faster video rendering for e200 and Gigabeat.
Michael Sevakis
2007-07-15
Gigabeat: Add the funky foreground color support for transparent bitmaps.
Michael Sevakis
2007-07-09
Gigabeat: Squeeze down lcd_bitmap_transparent_part a bit. Let the compiler ch...
Michael Sevakis
2007-07-08
Gigabeat: properly confined framebuffer copies and a few pendantic changes to...
Michael Sevakis
2007-06-04
Commit part of FS7113: This adds proper LCD initialization to the gigabeat th...
Karl Kurbjun
2007-05-15
More gigabeat LCD cleanup and completely remove the use of DMA for lcd_update...
Dave Chapman
2007-05-15
Gigabeat LCD driver cleanup: Revert the DMA optimisations to the gigabeat LCD...
Dave Chapman
2007-04-21
Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and myself...
Karl Kurbjun
2007-04-18
move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid proble...
Marcoen Hirschberg