summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd.c
AgeCommit message (Collapse)Author
2002-07-27Removed some debugging codeLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1463 a1c6a512-1295-4272-9138-f99709370657
2002-07-25Oh, those simulator compiler errors...Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1442 a1c6a512-1295-4272-9138-f99709370657
2002-07-25Faster display updates on recorder, 36ms instead of 54msLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1441 a1c6a512-1295-4272-9138-f99709370657
2002-07-24Scroll garbage bug fix by Stuart TedfordLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1427 a1c6a512-1295-4272-9138-f99709370657
2002-07-23Still more simulator compiler error killingLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1417 a1c6a512-1295-4272-9138-f99709370657
2002-07-23Killed simulator compile errorLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1415 a1c6a512-1295-4272-9138-f99709370657
2002-07-22Added icon functions for the Player modelLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1404 a1c6a512-1295-4272-9138-f99709370657
2002-07-16Only one pixel clearing necessaryBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1369 a1c6a512-1295-4272-9138-f99709370657
2002-07-15Added thread namesLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1357 a1c6a512-1295-4272-9138-f99709370657
2002-07-04Increased the scroll thread stackLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1327 a1c6a512-1295-4272-9138-f99709370657
2002-07-03Increased the scroll line buffer to 257Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1323 a1c6a512-1295-4272-9138-f99709370657
2002-06-27lcd_putspropxy() now clears drawing area before drawingBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1239 a1c6a512-1295-4272-9138-f99709370657
2002-06-26fixed lcd_bitmapFelix Arends
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1193 a1c6a512-1295-4272-9138-f99709370657
2002-06-24fixed propfonts bug which was related to illegal memory accesing of ↵Felix Arends
lcd_bitmap function called by lcd_clearrect. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1158 a1c6a512-1295-4272-9138-f99709370657
2002-06-24fixed a missing unsignedDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1140 a1c6a512-1295-4272-9138-f99709370657
2002-06-24strings should be 'unsigned char *' or we will get problemosDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1139 a1c6a512-1295-4272-9138-f99709370657
2002-06-24more proportional font fixesDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1137 a1c6a512-1295-4272-9138-f99709370657
2002-06-24the scroll loop could end up scrolling forever!Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1135 a1c6a512-1295-4272-9138-f99709370657
2002-06-24slightly improved fix for proportional font scrolling, but it still isn'tDaniel Stenberg
really as good as it should be git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1134 a1c6a512-1295-4272-9138-f99709370657
2002-06-24made the putspropxy() use the exetended charset Magnus has made, forgotDaniel Stenberg
to change this last week git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1133 a1c6a512-1295-4272-9138-f99709370657
2002-06-21fixed the horizontal scroll graphics errorFelix Arends
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1132 a1c6a512-1295-4272-9138-f99709370657
2002-06-21nx was undefined for the first execution of the while statementFelix Arends
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1131 a1c6a512-1295-4272-9138-f99709370657
2002-06-20extended charset by Magnus ÖmanDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1127 a1c6a512-1295-4272-9138-f99709370657
2002-06-20Clear area for proportional scrollBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1126 a1c6a512-1295-4272-9138-f99709370657
2002-06-20added lcd_getstringsize() within the propfonts test defineDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1124 a1c6a512-1295-4272-9138-f99709370657
2002-06-20Magnus Oman brought a test set proportional fontDaniel Stenberg
#define LCD_PROPFONTS to try git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1112 a1c6a512-1295-4272-9138-f99709370657
2002-06-19when simulating a player, move down the text 8 pixels to make room forDaniel Stenberg
"icons" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1078 a1c6a512-1295-4272-9138-f99709370657
2002-06-15Added lcd_clearline() - the opposite of drawline. We need this to make funnyDaniel Stenberg
graphical stuff. lcd_bitmap() with the last argument set to 'false' now only OR the bitmap to the background instead of using XOR as it did previously. I really can't see the point in XORing... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1011 a1c6a512-1295-4272-9138-f99709370657
2002-06-12typecast array indexing to int from char to prevent compiler warningDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@985 a1c6a512-1295-4272-9138-f99709370657
2002-06-12Fixed tighter looping scroll.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@977 a1c6a512-1295-4272-9138-f99709370657
2002-06-12Tighter scrollingBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@971 a1c6a512-1295-4272-9138-f99709370657
2002-06-11Skip initing LCD. Make scroll delay 1s.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@957 a1c6a512-1295-4272-9138-f99709370657
2002-06-11Removed leftover intBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@955 a1c6a512-1295-4272-9138-f99709370657
2002-06-11Changed to new chartable arraysBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@954 a1c6a512-1295-4272-9138-f99709370657
2002-06-11Don't scroll lines shorter than the screenBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@949 a1c6a512-1295-4272-9138-f99709370657
2002-06-10Slower scroll speedLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@944 a1c6a512-1295-4272-9138-f99709370657
2002-06-10lcd_init() for player tooBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@941 a1c6a512-1295-4272-9138-f99709370657
2002-06-10Added #include <thread.h>Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@939 a1c6a512-1295-4272-9138-f99709370657
2002-06-10Added delay before starting scrollBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@938 a1c6a512-1295-4272-9138-f99709370657
2002-06-10Moved declarations to topBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@932 a1c6a512-1295-4272-9138-f99709370657
2002-06-10Added scrollingBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@931 a1c6a512-1295-4272-9138-f99709370657
2002-06-07Changed default contrast to power-on defaultLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@916 a1c6a512-1295-4272-9138-f99709370657
2002-06-06the truncate lcd_puts() stuff in simulator only concerns player-style LCDsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@900 a1c6a512-1295-4272-9138-f99709370657
2002-06-06when doing lcd_puts() on a simulated player, we now truncate the string atDaniel Stenberg
the right edge instead of wrapping down to the next line, as the target will not behave that way! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@899 a1c6a512-1295-4272-9138-f99709370657
2002-05-31Untranslated chars should be pass-throughBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@847 a1c6a512-1295-4272-9138-f99709370657
2002-05-30removed char(un)def.h includesDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@828 a1c6a512-1295-4272-9138-f99709370657
2002-05-30lcd_clear_display() now works when player-simulated the same way theDaniel Stenberg
lcd_puts() does, it runs lcd_update() immediately itself git-svn-id: svn://svn.rockbox.org/rockbox/trunk@826 a1c6a512-1295-4272-9138-f99709370657
2002-05-30when building a simulator for the player, we do lcd_update() from withinDaniel Stenberg
the lcd_puts() call. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@823 a1c6a512-1295-4272-9138-f99709370657
2002-05-30lcd_getfontsize() now takes an unsigned font size as first argumentDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@810 a1c6a512-1295-4272-9138-f99709370657
2002-05-30The recorder's lcd_putsxy() will now output '?' instead of just skippingDaniel Stenberg
unknown characters. I think we will need a rather full ISO-8859-1 character set. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@809 a1c6a512-1295-4272-9138-f99709370657