summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd.c (unfollow)
Commit message (Expand)Author
2004-05-10Fully assembler optimized lcd driver (another 10% real-world speedup on recor...Jens Arnold
2004-05-06Faster LCD transfer routines (+35% for the player, +8% for the recorder)Jens Arnold
2004-04-21Unified usage of lcd transfer codeJens Arnold
2004-03-02Removed compiler warningLinus Nielsen Feltzing
2004-03-02Removed the interrupt disabling in lcd_write_data()Linus Nielsen Feltzing
2004-02-25The cli()/sti() functions are not safe. We should have removed them long ago.Linus Nielsen Feltzing
2004-01-26Really squeezed lcd_write_data() with tricky assembler optimization. Now it d...Jörg Hohensohn
2003-12-15Ooops! I forgot to remove my debugging changesLinus Nielsen Feltzing
2003-12-15Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video...Linus Nielsen Feltzing
2003-12-15Fix for the LED problem in lcd_write_data(). The r0 register was not preserve...Linus Nielsen Feltzing
2003-12-12LCD flip (upside down) and a high-performance blit functionJörg Hohensohn
2003-02-23Code Police is never wrong. Ugh!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-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