summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd.h
AgeCommit message (Expand)Author
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
2002-08-09made lcd_invertrect() workingMarkus Braun
2002-08-09Added lcd_update_rect(), for updating only a part of the LCD. This wasDaniel Stenberg
2002-08-07Added status bar to file browser and wpsMarkus Braun
2002-08-01Markus Braun's progressbar and slidebar codeDaniel Stenberg
2002-07-22Added icon functions for the Player modelLinus Nielsen Feltzing
2002-07-16Removed warningsBjörn Stenberg
2002-06-24strings should be 'unsigned char *' or we will get problemosDaniel Stenberg
2002-06-10Added scrollingBjörn Stenberg
2002-05-30removed the ugly use of char(un)def.hDaniel Stenberg
2002-05-30lcd_getfontsize() now takes an unsigned font size as first argumentDaniel Stenberg
2002-05-26Added lcd_double_height()Björn Stenberg
2002-05-24lcd_update() is a function for bitmap LCD targets tooDaniel Stenberg
2002-05-21trying to clean up Recorder vs Player issuesRobert Hak
2002-05-20Added dummy lcd_update() to player code, to avoid #ifdef everywhereBjörn Stenberg
2002-05-13Changing to C99 'bool' typeBjörn Stenberg
2002-05-10Changed puts() to take 'character position'Björn Stenberg
2002-05-04Added weird circumvention macros for SIMULATOR builds. When we build aDaniel Stenberg
2002-05-03lcd_drawrect addedRobert Hak
2002-05-01Added lcd_fontsize() that returns the size of a given fontDaniel Stenberg
2002-04-25Cleaned up lcd APIBjörn Stenberg
2002-04-25Cleaning up the lcd API; not finishedBjörn Stenberg
2002-04-23Moved driver to 'drivers' subdirBjörn Stenberg