1 Aug 2006 01:00
linus: firmware/target/coldfire/iaudio/x5 lcd-x5.c,1.10,1.11
<cvs <at> labb.contactor.se>
2006-07-31 23:00:16 GMT
2006-07-31 23:00:16 GMT
Update of /cvsroot/rockbox/firmware/target/coldfire/iaudio/x5 In directory labb:/tmp/cvs-serv9315/firmware/target/coldfire/iaudio/x5 Modified Files: lcd-x5.c Log Message: Patch #5740 by Mike Sevakis - X5 LCD performance enhancements Index: lcd-x5.c =================================================================== RCS file: /cvsroot/rockbox/firmware/target/coldfire/iaudio/x5/lcd-x5.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- lcd-x5.c 31 Jul 2006 19:13:21 -0000 1.10 +++ lcd-x5.c 31 Jul 2006 23:00:13 -0000 1.11 <at> <at> -30,72 +30,59 <at> <at> #include "font.h" #include "bidi.h" -static bool display_on=false; /* is the display turned on? */ +/* Is the display turned on? */ +static bool display_on = false; + +/* Amount of vertical offset. Used for offset correction when flipped. */ +static int y_offset = 0; + +/* Amount of roll offset (0-127). */ +static int roll_offset = 0;(Continue reading)
RSS Feed