summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lib/grey_core.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-29/+1
2015-01-12Fix red/yellowMarcin Bukat1-2/+2
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat1-2/+2
2013-04-09Consolidate identical fixedpoint exp and ln functions.Michael Sevakis1-50/+2
2012-12-18Adapt OSD in plugin lib to be greylib compatible.Michael Sevakis1-4/+5
2010-11-30HD300 - greylib callibration data (taken from iAudio M5 - works well)Marcin Bukat1-0/+22
2010-06-18HD200 - calibrate lcdlinear[] matrixMarcin Bukat1-16/+23
2010-05-20Clipv2 / Clip+ : lcd scanrate checked with test_scanrateRafaël Carré1-1/+43
2010-05-20HD200 - adjust LCD_SCANRATE (changed a bit after PLL settings change)Marcin Bukat1-1/+1
2010-05-10HD200 - add support for the device in greylibMarcin Bukat1-0/+21
2010-02-25plugins/lib: remove out-dated comments about plugin api.Teruaki Kawashima1-1/+0
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-3/+2
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold1-1/+1
2009-02-10Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold1-4/+1
2009-02-09More compact screendump routines for core and greylib. The core routine might...Jens Arnold1-81/+92
2009-02-09Put the display colours for monochrome and greyscale targets into the target ...Jens Arnold1-69/+84
2009-01-16loader-initialized global plugin API:Andrew Mahone1-35/+33
2008-11-27Sansa Clip: grey lib support (not calibrated yet)Rafaël Carré1-0/+21
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-24Hopefully fix FS #8840 for iAudio M3, M5 and X5. Reduce greyscale update freq...Jens Arnold1-4/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-1/+1
2008-04-08it's #else not #elif (fix red)Robert Kukla1-1/+1
2008-04-08m:robe 100 - make screendump work for greyscale and add screenshots for the m...Robert Kukla1-0/+18
2008-04-07Make the greyscale library work on the m:robe 100. Testing on target done by ...Jens Arnold1-2/+23
2008-04-05Fix occasional crashes on greylib exit (LCD controller confusion) when runnin...Jens Arnold1-2/+5
2008-04-05Greyscale library: Always use reconstructing inversion, because it's legal to...Jens Arnold1-29/+21
2008-04-04Greyscale library: Optionally put the greyscale ISR on COP on portalplayertar...Jens Arnold1-5/+16
2008-04-04Allow to select the core for running the user timer on portalplayer targets. ...Jens Arnold1-1/+1
2008-04-04Greyscale library: Put the backlight status on 1st/2nd Gen into the flags, sa...Jens Arnold1-8/+8
2008-04-02Greyscale library: * Implement linearisation curve flipping for 1st/2nd Gen i...Jens Arnold1-204/+276
2008-03-25iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~...Jens Arnold1-9/+78
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold1-78/+9
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold1-9/+78
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold1-3/+3
2008-03-02Greyscale library: Preparations for a gamma measurement plugin.Jens Arnold1-11/+20
2008-01-22add timer registration for mrobe100 lcd to greyscale lib (fix yellow)Robert Kukla1-0/+2
2008-01-13Greyscale library: * Defer application of lcd linearisation + gamma in buffer...Jens Arnold1-104/+29
2008-01-13Greyscale library: Plugins can now put the management structure in IRAM for h...Jens Arnold1-58/+55
2008-01-11m:robe 100:Robert Kukla1-2/+2
2008-01-10Greyscale library: * Introduced some extra macros dealing with block size, al...Jens Arnold1-25/+33
2008-01-09Greyscale library: Changed the internal data format once more (separated pixe...Jens Arnold1-31/+38
2008-01-04All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold1-0/+767