summaryrefslogtreecommitdiffstats
path: root/apps/plugins/grayscale.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-07Grayscale library ported to the grayscale iPods, first version. Added C refer...Jens Arnold1-7/+7
2006-08-02Grayscale library: LCD linearisation and gamma correction.Jens Arnold1-1/+1
2006-06-30To avoid having to use the main unit when accidentally launching a plugin fro...Kevin Ferrare1-1/+5
2006-04-09use #ifdef x instead of #if defined(x)Christian Gmeiner1-2/+2
2006-04-09HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch...Christian Gmeiner1-2/+2
2006-03-03Code Police raid. Mostly changed // comments and indented to Rockbox style.Daniel Stenberg1-2/+2
2006-02-26Finally - grayscale library support for the simulators. Currently SDL only, w...Jens Arnold1-2/+0
2006-02-10Fix iPod 4G grayscale warningsDave Chapman1-1/+1
2006-02-05iPod: Make the plugins compile on the iPod 4G grayscaleDave Chapman1-5/+30
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold1-5/+2
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold1-0/+6
2005-09-30H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold1-3/+3
2005-07-28Adjusted grayscale demo plugin to H1x0: (1) Button assignment. (2) Variable s...Jens Arnold1-19/+44
2005-07-25Complete rework of the grayscale library: (1) Implemented the new rockbox gra...Jens Arnold1-35/+51
2005-02-04adapted to build on iRiverDaniel Stenberg1-1/+1
2004-10-12grayscale.rock, jpeg.rock and video.rock now use default_event_handler_ex(). ...Jens Arnold1-17/+21
2004-08-03Const policed the grayscale lib & pluginJens Arnold1-3/+3
2004-06-02Adapted to new grayscale frameworkJens Arnold1-11/+19
2004-05-19Adapted to new gray_init_buffer()Jens Arnold1-1/+1
2004-05-19Grayscale demo plugin, now using the grayscale libraryJens Arnold1-0/+259
2004-05-19this source file was moved to the lib/ dir insteadDaniel Stenberg1-1834/+0
2004-05-17Implemented scrolling up/down by n pixels (<= 7)Jens Arnold1-83/+159
2004-05-15Vastly improved speed for gray_fillrect(), gray_drawgraymap(), left and right...Jens Arnold1-81/+314
2004-05-12gray_drawbitmap() changed to use the same bitmap format as lcd_bitmap(). Also...Jens Arnold1-74/+102
2004-05-10A plugin containing a framework to use grayscale display, primarily aimed at ...Jens Arnold1-0/+1497