summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
AgeCommit message (Expand)Author
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon
2008-05-28Fix yellow.Michael Sevakis
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis
2008-05-05Change the default background colour to black on colour targets. It fits bett...Barry Wardell
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold
2008-03-19M3: Make remote LCD hotplug work, and make 'backlight on button hold' use the...Jens Arnold
2008-03-12Fix Player warnings. Charcell needs fb_data properly defined as well.Jens Arnold
2008-03-12More iAudio M3 work. Bootloader compiles, but doesn't work yet.Jens Arnold
2008-01-09Greyscale library: Changed the internal data format once more (separated pixe...Jens Arnold
2008-01-08Add the viewport functions to the screens API, including a new getfont() func...Dave Chapman
2008-01-07Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...Dave Chapman
2008-01-04All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold
2007-12-06Make the "current line" value in the gradient style code zero-based, and an a...Nicolas Pennequin
2007-11-19Accept FS#7901 by Akio Idehara: Fix gradient for scrolling lines when more th...Nicolas Pennequin
2007-11-11When unpacking a 16-bit color value to 24 bits, repeat the high bits of each ...Magnus Holmgren
2007-10-15Remove the "invert scroll" code since it's not used anywhere anymore (and it ...Antoine Cellerier
2007-09-30Save a few bytes in the line selector style handling code.Antoine Cellerier
2007-09-29Fix the LCD line remaining active after shutdown on grayscale ipods (FS#5199)...Nicolas Pennequin
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin
2007-09-25Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A...Michael Sevakis
2007-07-31Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ...Michael Sevakis
2007-07-28Fix warnings and errors. Remove some added stuff that wasn't needed afterall.Michael Sevakis
2007-07-28Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis
2007-07-27Oops.Jens Arnold
2007-07-14Fix FS#7044 - if the color RGB(0,255,255) is in a bmp it will be replaced wit...Jonathan Gordon
2007-06-22Fix FS#7336 - scrolling lines don't stay coloured.Jonathan Gordon
2007-06-17Give color targets the ability to display each LCD line a different color and...Brandon Low
2007-05-15Gigabeat LCD driver cleanup: Revert the DMA optimisations to the gigabeat LCD...Dave Chapman
2007-04-03It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim...Jens Arnold
2007-03-31Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...Jens Arnold
2007-03-27(all targets) Increase scrolling line size to account for utf-8 in the overla...Jens Arnold
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold
2007-03-21Correct some color unpacking macros.Michael Sevakis
2007-03-18Archos player: Introduce lcd_write_command_e (only one data byte) in the lcd ...Jens Arnold
2007-02-20Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold
2007-02-17avoid using #if on undefined symbols, in preparation for -WundefDaniel Stenberg
2007-01-13Setup LCD ourselves; move LCD buffer and TTB to free up 1.7MB of memoryGreg White
2007-01-04Fix simulator buildGreg White
2007-01-04Use DMA for Blit to screen/clearGreg White
2006-12-17Fix freeze/crash problems when scrolling very long strings (like filenames or...Magnus Holmgren
2006-11-20BMP loader: Remote LCD format support.Jens Arnold
2006-11-13Backdrop support for greyscale targets. WPS backdrop is untested.Jens Arnold
2006-10-31Removed remnants of deprecated lcd_roll().Jens Arnold
2006-10-15More color adjustments. Better translation to and from native colors with eve...Michael Sevakis
2006-10-14Added a small interface to screens to translate colors into remote gray level...Michael Sevakis
2006-10-11Added dithering for 24 bit backdrops on 16 bit displays. FORMAT_DITHER should...Michael Sevakis
2006-08-12Clean up the #ifdefs surrounding the definition of lcd_yuv_blit() and add an ...Dave Chapman
2006-08-11Accepted FS #5786 by Michael Sevakis - lcd_yuv_blit() for X5.Rani Hod
2006-08-08Accepted FS #5772 by Michael SevakisRani Hod