summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd.c (follow)
Commit message (Expand)AuthorAge
* 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
* lcd_puts() now clears to end-of-lineBjörn Stenberg2002-09-09
* Moved the LCD frame buffer back to DRAMLinus Nielsen Feltzing2002-09-06
* Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir br...Björn Stenberg2002-09-03
* Added lcd_putc()Linus Nielsen Feltzing2002-09-03
* Changed lcd_drawrect() to use upper left corner and height/width as parametersMarkus Braun2002-08-28
* Repearied LOADABLE_FONTS, which was broken by the recent propfonts scroll fixBjörn Stenberg2002-08-28
* Propfont fix/kludge for the scroll code. Now doesn't garble the line and shou...Björn Stenberg2002-08-26
* Added icons for charcell simulator.Mats Lidell2002-08-21
* Fixed lcd_getstringsize() for prop fonts. Now also counts the blank columnsMarkus Braun2002-08-21
* added functions to get the current marginsMarkus Braun2002-08-20
* Fall back to fixed font if loadable font is not presentBjörn Stenberg2002-08-19
* Removed warningBjörn Stenberg2002-08-13
* If we're having loadable/proportional fonts, use them for everythingBjörn Stenberg2002-08-13
* Added LCD contrast settingLinus Nielsen Feltzing2002-08-13
* Removed extra pixel btwn charsBjörn Stenberg2002-08-11
* First version of loadable fonts patch by Alex GitelmanBjörn Stenberg2002-08-11
* Added lcd_scroll_pause/resumeJustin Heiner2002-08-09
* reindentedMarkus Braun2002-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
* Moved some time critical functions to internal RAMLinus Nielsen Feltzing2002-08-01
* Moved LCD frame buffer to internal RAMLinus Nielsen Feltzing2002-08-01
* Removed some debugging codeLinus Nielsen Feltzing2002-07-27
* Oh, those simulator compiler errors...Linus Nielsen Feltzing2002-07-25
* Faster display updates on recorder, 36ms instead of 54msLinus Nielsen Feltzing2002-07-25
* Scroll garbage bug fix by Stuart TedfordLinus Nielsen Feltzing2002-07-24
* Still more simulator compiler error killingLinus Nielsen Feltzing2002-07-23
* Killed simulator compile errorLinus Nielsen Feltzing2002-07-23
* Added icon functions for the Player modelLinus Nielsen Feltzing2002-07-22
* Only one pixel clearing necessaryBjörn Stenberg2002-07-16
* Added thread namesLinus Nielsen Feltzing2002-07-15
* Increased the scroll thread stackLinus Nielsen Feltzing2002-07-04
* Increased the scroll line buffer to 257Linus Nielsen Feltzing2002-07-03
* lcd_putspropxy() now clears drawing area before drawingBjörn Stenberg2002-06-27
* fixed lcd_bitmapFelix Arends2002-06-26
* fixed propfonts bug which was related to illegal memory accesing of lcd_bitma...Felix Arends2002-06-24
* fixed a missing unsignedDaniel Stenberg2002-06-24
* strings should be 'unsigned char *' or we will get problemosDaniel Stenberg2002-06-24
* more proportional font fixesDaniel Stenberg2002-06-24
* the scroll loop could end up scrolling forever!Daniel Stenberg2002-06-24
* slightly improved fix for proportional font scrolling, but it still isn'tDaniel Stenberg2002-06-24
* made the putspropxy() use the exetended charset Magnus has made, forgotDaniel Stenberg2002-06-24
* fixed the horizontal scroll graphics errorFelix Arends2002-06-21
* nx was undefined for the first execution of the while statementFelix Arends2002-06-21