summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h (unfollow)
Commit message (Expand)Author
2004-10-26Ported to iRiver H100Linus Nielsen Feltzing
2004-10-26Ported to ColdfireLinus Nielsen Feltzing
2004-09-20Removed the Neo code. Nobody is interested in it.Björn Stenberg
2004-09-16Moved LCD_WIDHT/HEIGHT from lcd driver to config file.Björn Stenberg
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold
2004-08-01More const policeing step 1Jens Arnold
2004-07-19Const'ed the logo, the bitmaps and the credits (optimization for running from...Jens Arnold
2004-04-21Unified usage of lcd transfer codeJens Arnold
2003-12-23Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...Jörg Hohensohn
2003-12-12LCD flip (upside down) and a high-performance blit functionJörg Hohensohn
2003-12-12Additional Neo supportDaniel Stenberg
2003-12-10Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...Hardeep Sidhu
2003-07-09Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_i...Björn Stenberg
2003-05-27Added "jump scroll delay" (for player).Kjell Ericson
2003-05-22Declaring the jump scroll function.Kjell Ericson
2003-04-16Magnus Öman's long awaited inverted cursor patchLinus Nielsen Feltzing
2003-02-27New option: Invert display. Patch by Mark Hillebrand.Björn Stenberg
2003-02-07Move publicly (from apps) accessed files from drivers/ to export/.Daniel Stenberg
2003-01-29Player changes: Added lcd_remove_cursor() and updated the cursor functionality.Kjell Ericson
2003-01-27Added a "cursor"-function for the keyvoard.Kjell Ericson
2003-01-23Removed lcd_scroll_pause() and lcd_scroll_resume().Kjell Ericson
2003-01-14Bidirectional scroll ala recorder.Mats Lidell
2003-01-10Fixed spelling misstakes.Kjell Ericson
2003-01-10Function lcd_allow_bidirectictional_scrolling() implemented so we can turn it...Kjell Ericson
2003-01-10Removed warnings.Kjell Ericson
2003-01-10Implementing the Rocklatin character set for Rockbox player.Kjell Ericson
2002-12-12Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll ...Björn Stenberg
2002-10-28New height for teh player simulator. The default is pixels of 4x4 in order toKjell Ericson
2002-10-21Dubbled the size of player bitmap. The double height/width will be used toKjell Ericson
2002-10-21Added multiline scroll support.Markus Braun
2002-10-17New size for the player window.Kjell Ericson
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg
2002-09-23Split lcd driver into lcd-player and lcd-recorder. Player simulator still nee...Björn Stenberg
2002-09-20New full ISO-8859-1 system font.Björn Stenberg
2002-09-19Added Philipp Pertermanns oscillograph demoBjörn Stenberg
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg
2002-09-10define away lcd_update_rect() too on playersDaniel Stenberg
2002-09-06Moved the LCD frame buffer back to DRAMLinus Nielsen Feltzing
2002-09-03Added lcd_putc()Linus Nielsen Feltzing
2002-08-28Changed lcd_drawrect() to use upper left corner and height/width as parametersMarkus Braun
2002-08-21Added icons for charcell simulator.Mats Lidell
2002-08-20added functions to get the current marginsMarkus Braun
2002-08-15time/date setting works now with loadable and proportional fontsMarkus Braun
2002-08-13Added LCD contrast settingLinus Nielsen Feltzing
2002-08-12Big lcd_width only for simulator without HAVE_LCD_BITMAP.Mats Lidell
2002-08-12Changed lcd_width for simulator to match size of big font.Mats Lidell
2002-08-12Code makeupBjörn Stenberg
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg
2002-08-09Added lcd_scroll_pause/resumeJustin Heiner