summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
AgeCommit message (Expand)Author
2012-03-01lcd drivers: split lcd_gradient_rect so it is actually usefulJonathan Gordon
2012-02-28lcd/skin_engine: Add the ability to draw onto the backdrop layerJonathan Gordon
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon
2011-12-16Oops. Left some bits I didn't want to keep.Michael Sevakis
2011-12-16Convert remaining memframe LCDs that can be convert to common code.Michael Sevakis
2011-12-14Fix FS#12237 (caused by r30302) where centered skin text isnt eqactly centeredJonathan Gordon
2011-11-08Fix build errors and warnings in the lcd drivers.Thomas Martitz
2011-11-08Support for transparency in 32bit bitmaps on color targets.Thomas Martitz
2011-11-08Add new lcd_bmp and lcd_bmp_part APIs.Thomas Martitz
2011-10-29Better fix for FS#12337. Use 0 to make the line height calculated from the fo...Thomas Martitz
2011-10-17- Fix some reds by implementing lcd_get_dpi().Thomas Martitz
2011-10-17Commit FS#12321 - Touchscreen: List line padding, to more easily select linesThomas Martitz
2010-11-10Touchscreen: Improved scroll thresholdThomas Martitz
2010-10-11Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...Thomas Martitz
2010-10-10Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...Thomas Martitz
2010-10-10Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...Thomas Martitz
2010-10-06Pixel-accurate (vertical) list scrolling for touchscreen targets.Thomas Martitz
2010-08-28Implement lcd(_remote)_putsxyf() and export to pluginsRafaël Carré
2010-03-03FS#10756 - Free unused init codeThomas Martitz
2010-01-03Fix more tabsAndree Buschmann
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius
2009-10-11RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev
2009-10-11Add a center flag, next to the rtl flag, for viewports. That results in any t...Thomas Martitz
2009-10-06Use macro to test viewport's RTL flagTomer Shalev
2009-10-05Implement RTL as a viewport's bit-fieldTomer Shalev
2009-09-04Fix typos in the commentAlexander Levin
2009-09-04Explain the stride and fix the player.Karl Kurbjun
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun
2009-08-29Add stride defines to support vertical stridesKarl Kurbjun
2009-08-19Slight cleanup in lcd.h: kill fixme and remove useless include, add some incl...Nils Wallménius
2009-06-21Do not use lcd_blit_yuv() if MEMORYSIZE <= 2, since mpegplayer won't run anyw...Rafaël Carré
2009-05-25* read_bmp_*(): add FORMAT_RETURN_SIZEMaurus Cuelenaere
2009-04-09M:Robe 500: More LCD initialization, QVGA (vs. VGA) is now enabled by default...Karl Kurbjun
2009-04-01Add initial support for changing the LCD mode in MPEG player for hardware YUV...Karl Kurbjun
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz
2008-12-26Latest work on the bmp on-load scaler:Andrew Mahone
2008-12-09resize-on-load for bitmap files on 2bpp and color targetsAndrew Mahone
2008-10-31Make lcd_set_enable_hook() conditional on HAVE_LCD_ENABLE and HAVE_LCD_COLORRafaël Carré
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