summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h (unfollow)
Commit message (Expand)Author
2005-06-24Fixed yellow FM builds, and changed the function type names according to the ...Jens Arnold
2005-06-24First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold
2005-06-23Preparations for implementing the new graphics api: Ordered lcd bitmap driver...Jens Arnold
2005-05-23Remote LCD support added to the x11 simulator, take 1. The win32 simulatorDaniel Stenberg
2005-05-08Removed more dead code; bugfix for cursor display in player simulator.Jens Arnold
2005-04-15Even more updates to the remote LCD driver. Now it actually works...Linus Nielsen Feltzing
2005-04-14Low-level driver for the H100 remote control LCD, by Richard S. La Charite IIILinus Nielsen Feltzing
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg
2005-01-27iRiver: Added extra parameters to lcd_write_command_ex()Linus Nielsen Feltzing
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