summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd.h (follow)
Commit message (Expand)AuthorAge
* Move publicly (from apps) accessed files from drivers/ to export/.Daniel Stenberg2003-02-07
* Player changes: Added lcd_remove_cursor() and updated the cursor functionality.Kjell Ericson2003-01-29
* Added a "cursor"-function for the keyvoard.Kjell Ericson2003-01-27
* Removed lcd_scroll_pause() and lcd_scroll_resume().Kjell Ericson2003-01-23
* Bidirectional scroll ala recorder.Mats Lidell2003-01-14
* Fixed spelling misstakes.Kjell Ericson2003-01-10
* Function lcd_allow_bidirectictional_scrolling() implemented so we can turn it...Kjell Ericson2003-01-10
* Removed warnings.Kjell Ericson2003-01-10
* Implementing the Rocklatin character set for Rockbox player.Kjell Ericson2003-01-10
* Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll ...Björn Stenberg2002-12-12
* New height for teh player simulator. The default is pixels of 4x4 in order toKjell Ericson2002-10-28
* Dubbled the size of player bitmap. The double height/width will be used toKjell Ericson2002-10-21
* Added multiline scroll support.Markus Braun2002-10-21
* New size for the player window.Kjell Ericson2002-10-17
* Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg2002-09-24
* Split lcd driver into lcd-player and lcd-recorder. Player simulator still nee...Björn Stenberg2002-09-23
* New full ISO-8859-1 system font.Björn Stenberg2002-09-20
* Added Philipp Pertermanns oscillograph demoBjörn Stenberg2002-09-19
* Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg2002-09-12
* define away lcd_update_rect() too on playersDaniel Stenberg2002-09-10
* Moved the LCD frame buffer back to DRAMLinus Nielsen Feltzing2002-09-06
* Added lcd_putc()Linus Nielsen Feltzing2002-09-03
* Changed lcd_drawrect() to use upper left corner and height/width as parametersMarkus Braun2002-08-28
* Added icons for charcell simulator.Mats Lidell2002-08-21
* added functions to get the current marginsMarkus Braun2002-08-20
* time/date setting works now with loadable and proportional fontsMarkus Braun2002-08-15
* Added LCD contrast settingLinus Nielsen Feltzing2002-08-13
* Big lcd_width only for simulator without HAVE_LCD_BITMAP.Mats Lidell2002-08-12
* Changed lcd_width for simulator to match size of big font.Mats Lidell2002-08-12
* Code makeupBjörn Stenberg2002-08-12
* First version of loadable fonts patch by Alex GitelmanBjörn Stenberg2002-08-11
* Added lcd_scroll_pause/resumeJustin Heiner2002-08-09
* made lcd_invertrect() workingMarkus Braun2002-08-09
* Added lcd_update_rect(), for updating only a part of the LCD. This wasDaniel Stenberg2002-08-09
* Added status bar to file browser and wpsMarkus Braun2002-08-07
* Markus Braun's progressbar and slidebar codeDaniel Stenberg2002-08-01
* Added icon functions for the Player modelLinus Nielsen Feltzing2002-07-22
* Removed warningsBjörn Stenberg2002-07-16
* strings should be 'unsigned char *' or we will get problemosDaniel Stenberg2002-06-24
* Added scrollingBjörn Stenberg2002-06-10
* removed the ugly use of char(un)def.hDaniel Stenberg2002-05-30
* lcd_getfontsize() now takes an unsigned font size as first argumentDaniel Stenberg2002-05-30
* Added lcd_double_height()Björn Stenberg2002-05-26
* lcd_update() is a function for bitmap LCD targets tooDaniel Stenberg2002-05-24
* trying to clean up Recorder vs Player issuesRobert Hak2002-05-21
* Added dummy lcd_update() to player code, to avoid #ifdef everywhereBjörn Stenberg2002-05-20
* Changing to C99 'bool' typeBjörn Stenberg2002-05-13
* Changed puts() to take 'character position'Björn Stenberg2002-05-10
* Added weird circumvention macros for SIMULATOR builds. When we build aDaniel Stenberg2002-05-04
* lcd_drawrect addedRobert Hak2002-05-03