7 Oct 23:09
gevaerts: r18740 - in trunk: bootloader firmware/target/arm/s5l8700/meizu-m3
From: <mailer <at> svn.rockbox.org>
Subject: gevaerts: r18740 - in trunk: bootloader firmware/target/arm/s5l8700/meizu-m3
Newsgroups: gmane.comp.systems.archos.rockbox.cvs
Date: 2008-10-07 21:12:03 GMT
Subject: gevaerts: r18740 - in trunk: bootloader firmware/target/arm/s5l8700/meizu-m3
Newsgroups: gmane.comp.systems.archos.rockbox.cvs
Date: 2008-10-07 21:12:03 GMT
Date: 2008-10-07 23:12:03 +0200 (Tue, 07 Oct 2008)
New Revision: 18740
Log Message:
lcd now shows things on the old-style Meizu M3.
It needs to be re-tested on the new-style, colours are wrong, and timing loops need to be reviewed
Modified:
trunk/bootloader/meizu_m3.c
trunk/firmware/target/arm/s5l8700/meizu-m3/lcd-m3.c
Modified: trunk/bootloader/meizu_m3.c
===================================================================
--- trunk/bootloader/meizu_m3.c 2008-10-07 20:52:42 UTC (rev 18739)
+++ trunk/bootloader/meizu_m3.c 2008-10-07 21:12:03 UTC (rev 18740)
@@ -44,7 +44,9 @@
#include "rbunicode.h"
#include "usb.h"
#include "qt1106.h"
+#include "rockboxlogo.h"
+
#include <stdarg.h>
char version[] = APPSVERSION;
@@ -105,12 +107,14 @@
int tmpval;
/* set clock to 200 MHz */
+ #if 0
(Continue reading)
RSS Feed