summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd.c (follow)
Commit message (Expand)AuthorAge
* Untranslated chars should be pass-throughBjörn Stenberg2002-05-31
* removed char(un)def.h includesDaniel Stenberg2002-05-30
* lcd_clear_display() now works when player-simulated the same way theDaniel Stenberg2002-05-30
* when building a simulator for the player, we do lcd_update() from withinDaniel Stenberg2002-05-30
* lcd_getfontsize() now takes an unsigned font size as first argumentDaniel Stenberg2002-05-30
* The recorder's lcd_putsxy() will now output '?' instead of just skippingDaniel Stenberg2002-05-30
* Stopped writting outsite screen. Removed LCD_ASCII macro.Björn Stenberg2002-05-29
* Added lcd_double_height()Björn Stenberg2002-05-26
* Clear 16 bytes per rowBjörn 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'Bjö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
* Reverted the 1.10 and 1.11 changes, as they don't work.Daniel Stenberg2002-05-02
* fixed lcd_bitmap, again. Works for y%8 != 0 as well now.Felix Arends2002-05-01
* fixed lcd_bitmap code.Felix Arends2002-05-01
* lcd_puts() uses the new fontheight table nowDaniel Stenberg2002-05-01
* Added lcd_fontsize() that returns the size of a given fontDaniel Stenberg2002-05-01
* removed WIN32 compiler directiveFelix Arends2002-05-01
* Win32 Simulator compability:Felix Arends2002-04-30
* Removed erroneous lcd_start callBjörn Stenberg2002-04-26
* Cleaned up lcd APIBjörn Stenberg2002-04-25
* Cleaning up the lcd API; not finishedBjörn Stenberg2002-04-25
* fixed the emacs load-file thing in the bottomDaniel Stenberg2002-04-24
* Moved driver to 'drivers' subdirBjörn Stenberg2002-04-23