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